Skip to content

Commit 8208da6

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 9fa96a3 commit 8208da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
logtag:
1212
name: Tag Name
1313
# if: startsWith(github.event.ref, 'refs/tags/v')
14-
if: ${{github.event.release.prerelease === true }}
14+
if: ${{github.event.release.prerelease == true }}
1515
runs-on: ubuntu-latest
1616
env:
1717
RELEASE_CONTEXT: ${{ toJson(github.event.release) }}

0 commit comments

Comments
 (0)