Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
umpox committed Mar 17, 2022
1 parent edc4f53 commit f3412a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# publish
- name: release
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit f3412a8

Please sign in to comment.