We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e1bae commit ff545daCopy full SHA for ff545da
.github/workflows/release.yaml
@@ -3,7 +3,6 @@ on:
3
push:
4
branches:
5
- main
6
- - update-publish-workflow
7
workflow_dispatch: {}
8
jobs:
9
release:
@@ -47,7 +46,5 @@ jobs:
47
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
GITHUB_REPOSITORY: ${{ github.repository }}
49
GITHUB_REF: ${{ github.ref }}
50
- # - name: Setup NPM registry
51
- # run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
52
- name: Release to NPM
53
run: npm publish --access public
0 commit comments