Skip to content

Commit

Permalink
[TASK] Raise actions/upload-release-asset to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft committed Dec 3, 2019
1 parent 0938e25 commit ab479c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
prerelease: ${{ contains(github.ref, '-') }}
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
uses: actions/upload-release-asset@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit ab479c4

Please sign in to comment.