Skip to content

Commit

Permalink
Fix release workflow trigger condition (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
imcatwhocode authored Oct 13, 2023
1 parent 9343588 commit b597ed8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- "v*"
branches:
- release

jobs:
release:
Expand Down Expand Up @@ -68,7 +66,7 @@ jobs:
prerelease: false

- name: Publish to NPM
uses: js-actions/npm-publish@v2
uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
access: "public"

0 comments on commit b597ed8

Please sign in to comment.