Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benlabbe authored Oct 9, 2023
1 parent 3eb00e8 commit 22a6c9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
prerelease: false
release_name: ${{ steps.extract.outputs.verion }}
tag_name: ${{ steps.extract.outputs.version }}
allowUpdates: true
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Upload package
Expand Down Expand Up @@ -123,6 +124,7 @@ jobs:
prerelease: false
release_name: ${{ steps.extract.outputs.verion }}
tag_name: ${{ steps.extract.outputs.version }}
allowUpdates: true
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Upload package
Expand Down

0 comments on commit 22a6c9d

Please sign in to comment.