Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Oct 30, 2024
1 parent 73dc372 commit fef6df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setLatestToMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: npm install -g npm
working-directory: node
- run: npm dist-tag add retire@$(cat node/package.json| jq -r ".version") latest
- run: npm dist-tag add retire@$(cat package.json| jq -r ".version") latest
working-directory: node
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit fef6df3

Please sign in to comment.