Skip to content

Commit

Permalink
Added action to puslish to github
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiobianchini committed Jul 31, 2024
1 parent 5d82630 commit cd62b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm run build
- run: cd dist/releases/flex-layout
- run: npm config set //npm.pkg.github.com/:_authToken=$NODE_AUTH_TOKEN
- run: npm login
- run: npm login --registry https://npm.pkg.github.com
- run: npm publish --access public --no-git-checks --registry https://npm.pkg.github.com
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN }}

0 comments on commit cd62b27

Please sign in to comment.