Skip to content

Commit

Permalink
updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Sep 19, 2024
1 parent 3d5ea06 commit 60a9bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
zip ../${{ steps.repository_info.outputs.ID }}-${{steps.repository_info.outputs.VERSION}}.zip -r *
- name: Upload files to a GitHub release
uses: svenstaro/upload-release-action@2.2.1
uses: svenstaro/upload-release-action@v2
if: ${{ steps.repository_info.outputs.NEEDS_RELEASE == 'true'}}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 60a9bb9

Please sign in to comment.