Skip to content

Commit c78ec4f

Browse files
Merge pull request #163 from scheduleonce/pythons/ONCEHUB-80475-team
Pythons/oncehub 80475 team
2 parents 712c0d9 + 9e27675 commit c78ec4f

File tree

5 files changed

+4758
-4190
lines changed

5 files changed

+4758
-4190
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- run: npm ci
1919
- run: npm run package
2020
# scoped packages are private by default so need to add public flag
21-
- run: npm publish --access public
21+
- run: npm run publish
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)