Skip to content

Commit

Permalink
fix publishing assets in release
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilexe committed Aug 27, 2020
1 parent a7dab8e commit 6444822
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- name: Get release
id: get_release
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 6444822

Please sign in to comment.