Skip to content

Commit

Permalink
fixed missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jul 18, 2023
1 parent bae48ec commit 338ce17
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ jobs:
- run: npm run package
- run: npm run manifest

- name: Get release
id: get_release
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Upload Release assets
id: upload-release-assets
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ steps.tagName.outputs.tag }}
name: Release ${{ steps.get_release.outputs.tag_name }}
allowUpdates: true
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
Expand Down

0 comments on commit 338ce17

Please sign in to comment.