Skip to content

Commit

Permalink
Merge pull request #2 from acrois/optimize
Browse files Browse the repository at this point in the history
ci: release using automation user
  • Loading branch information
acrois authored Mar 9, 2024
2 parents 1c83c7b + bd211ee commit daa9e0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
name: Install dependencies
run: |
bun install --frozen-lockfile
- id: build
name: Build library
run: |
bun run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
node-version: 18.x
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.BOT_GH_TOKEN}}

0 comments on commit daa9e0e

Please sign in to comment.