Skip to content

Commit 000cb29

Browse files
committed
chore: revert previous commit and add flag to publish
1 parent 7d24f6f commit 000cb29

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-and-bump.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 10
15+
registry-url: https://registry.npmjs.org/
1516
- run: |
1617
yarn install
1718
yarn build
18-
npm publish
19+
npm publish --access public
1920
env:
2021
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2122

0 commit comments

Comments
 (0)