Skip to content

Commit

Permalink
No longer release in this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Aug 20, 2023
1 parent ba61594 commit 0486221
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,3 @@ jobs:
npm install
npm test
npm publish --dry-run
release:
if: startsWith(github.ref, 'refs/tags/')
needs: [build]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- run: npm install
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0486221

Please sign in to comment.