Skip to content

Commit c1c0c6b

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent afd3c16 commit c1c0c6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/tag-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
# Only publish if not on the main branch, the release tag starts with a "v"
3434
# and is flagged as a prerelease
3535
if: |
36-
github.event.release.target_commitish != 'main' &&
3736
startsWith(github.ref, 'refs/tags/v') &&
3837
github.event.release.prerelease == true
3938
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)