Skip to content

Commit

Permalink
release-action@v2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
djnicholson committed Nov 5, 2020
1 parent ebe1cc9 commit e9cef8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ jobs:
cp *.vsix neo3-visual-tracker.vsix
echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
- name: 🌎 Release
uses: djnicholson/release-action@v2.4
uses: djnicholson/release-action@v2.10
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag-name: v0.0-${{ steps.package.outputs.branch }}
release-name: "Rolling build"
asset-name: "neo3-visual-tracker.vsix"
file: "neo3-visual-tracker.vsix"

0 comments on commit e9cef8a

Please sign in to comment.