Skip to content

Commit

Permalink
Publish NPM Package
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
EngHabu authored and eapolinario committed Sep 13, 2023
1 parent f5ffb78 commit 73f1ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteidl/.github/workflows/npmpublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
node-version: "12.x"
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm publish --public
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 73f1ed2

Please sign in to comment.