Skip to content

Commit

Permalink
Fix version comment for softprops/actions-gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Mar 12, 2024
1 parent 9456ac0 commit 1c0204f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Expand Up @@ -230,7 +230,7 @@ jobs:
- name: Github Release
# We pin to the SHA, not the tag, for security reasons.
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # v0.1.15
uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # v2.0.2
with:
prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }}
files: |
Expand Down

0 comments on commit 1c0204f

Please sign in to comment.