Skip to content

Commit

Permalink
fix: still stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Akronae committed Oct 15, 2024
1 parent 9ce6f02 commit 946bd6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-on-version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
always-auth: true
registry-url: "https://registry.npmjs.org"
- run: yarn
- run: yarn test
- run: yarn build
- run: yarn publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: Makepad-fr/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 946bd6f

Please sign in to comment.