Skip to content

Commit

Permalink
build: refactor workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msmps committed Jun 3, 2020
1 parent 71b487f commit 0bde85b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-publish.yml
Expand Up @@ -19,7 +19,6 @@ jobs:
build: npm run build

publish-package:
name: Release
runs-on: ubuntu-16.04
needs: cypress-run
if: github.ref == 'refs/heads/master'
Expand All @@ -39,5 +38,5 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit 0bde85b

Please sign in to comment.