Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
Adding the backslash back in...
  • Loading branch information
gregorylavery authored Oct 22, 2024
1 parent 59c0b06 commit 3df7acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit 3df7acf

Please sign in to comment.