Skip to content

Commit

Permalink
chore: use bun publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Nov 10, 2024
1 parent b0ca668 commit dd14921
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
fetch-depth: 0

- name: Install Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.34

- id: changelog
name: Generate changelog
Expand Down Expand Up @@ -46,6 +48,7 @@ jobs:
# scope: "@gramio"

- name: Publish package to NPM
if: ${{ github.event.inputs.publish_to_npm }}
run: bun publish --access public
env:
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit dd14921

Please sign in to comment.