Skip to content

Commit f3b5f27

Browse files
author
Nico Ismaili
committed
chore(ci): removed tag flag
1 parent c2e51d2 commit f3b5f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
# only run this step if it's a release or a manual trigger
3030
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
3131
run: |
32-
bun publish --access public --tag ${{ github.event.release.tag_name }}
32+
bun publish --access public
3333
env:
3434
NPM_CONFIG_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)