We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd3c16 commit c1c0c6bCopy full SHA for c1c0c6b
.github/workflows/tag-publish.yml
@@ -33,7 +33,6 @@ jobs:
33
# Only publish if not on the main branch, the release tag starts with a "v"
34
# and is flagged as a prerelease
35
if: |
36
- github.event.release.target_commitish != 'main' &&
37
startsWith(github.ref, 'refs/tags/v') &&
38
github.event.release.prerelease == true
39
runs-on: ubuntu-latest
0 commit comments