Skip to content

Commit

Permalink
fix(ci): always run and on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Mar 4, 2022
1 parent 8fe6fbf commit 9f239d3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish Packages

on:
push:
branches: [ master ]
tags:
- v*

workflow_dispatch:

Expand All @@ -20,7 +21,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
yarn build:bundle
yarn ci
yarn release
publish-windows:

Expand All @@ -38,7 +39,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
yarn build:bundle
yarn ci
yarn release
publish-macos:

Expand All @@ -53,4 +54,4 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
yarn build:bundle
yarn ci
yarn release

0 comments on commit 9f239d3

Please sign in to comment.