Skip to content

Commit

Permalink
chore(ci): fix canary release filtering (#3907)
Browse files Browse the repository at this point in the history
* checkout before using dorny filters

* add     runs-on: ubuntu-latest

* fix
  • Loading branch information
slorber authored Dec 11, 2020
1 parent 109a4a7 commit 4dea2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
outputs:
packagesHaveChanged: ${{ steps.filter.outputs.packagesHaveChanged }}
steps:
- uses: actions/checkout@v2
- uses: dorny/paths-filter@v2
id: filter
with:
Expand Down

0 comments on commit 4dea2c0

Please sign in to comment.