Skip to content

Commit

Permalink
Conditional filtering in Publish step, instead of separate Tag step
Browse files Browse the repository at this point in the history
  • Loading branch information
manicki committed Oct 7, 2019
1 parent 73d076e commit 2025a88
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push.yml
Expand Up @@ -14,11 +14,8 @@ jobs:
uses: actions/npm@master
with:
args: test
- name: Tag
uses: actions/bin/filter@master
with:
args: tag
- name: Publish
if: github.event_name == 'release' && github.event.action == 'created'
uses: actions/npm@master
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down

0 comments on commit 2025a88

Please sign in to comment.