Skip to content

Commit

Permalink
rename ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLovely committed Nov 6, 2023
1 parent a7763b8 commit 6f46877
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
# uses: hallee/eslint-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: semantic release
# this will stop early if it's not on `master`, for some reason using `if: github.ref == 'master'` doesn't work
run: npx semantic-release
- name: NPM publish
run: npx auto shipit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6f46877

Please sign in to comment.