Skip to content

Commit

Permalink
misc: ignoring version check
Browse files Browse the repository at this point in the history
  • Loading branch information
gsautner committed Oct 4, 2024
1 parent df9f43e commit 58c5485
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 @@ -46,7 +46,7 @@ jobs:
release:
needs: validate
if: ${{ needs.validate.outputs.result == 'ok' }}
# if: ${{ needs.validate.outputs.result == 'ok' }}
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
Expand Down

0 comments on commit 58c5485

Please sign in to comment.