Skip to content

Commit

Permalink
unblock release to github
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jan 23, 2025
1 parent 24f1e54 commit 66848a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Only run on the `main` branch or version tags.
# Note we currently tag the image with 'latest', so will want to stop doing
# so if we run this on PR branches, etc.
if: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
# if: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit 66848a8

Please sign in to comment.