Skip to content

Commit ff545da

Browse files
authored
remove test and commented code
1 parent f9e1bae commit ff545da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- update-publish-workflow
76
workflow_dispatch: {}
87
jobs:
98
release:
@@ -47,7 +46,5 @@ jobs:
4746
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4847
GITHUB_REPOSITORY: ${{ github.repository }}
4948
GITHUB_REF: ${{ github.ref }}
50-
# - name: Setup NPM registry
51-
# run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
5249
- name: Release to NPM
5350
run: npm publish --access public

0 commit comments

Comments
 (0)