Skip to content

Commit d05dca2

Browse files
author
Nico Ismaili
committed
chore(ci): added tag name to publish job
1 parent 3dcacff commit d05dca2

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
32+
bun publish --access public --tag ${{ github.event.release.tag_name }}
3333
env:
3434
NPM_CONFIG_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)