Skip to content

Commit

Permalink
ci: fix publish yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CptSchnitz authored Dec 24, 2024
1 parent 6168703 commit 0045f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
packages: write # allow GITHUB_TOKEN to publish packages
steps:
- uses: actions/checkout@v4
- name: Init nodejs
uses: ./.github/actions/init-npm
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: "20"
- run: npm ci
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0045f19

Please sign in to comment.