Skip to content

Commit

Permalink
Fix CI (changelog ignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej authored Mar 22, 2021
1 parent a9f537d commit c23cffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: main
ref: ${{ needs.check_if_version_upgraded.outputs.branch }}
- uses: actions/setup-node@v1
- run: |
yarn install --frozen-lockfile
Expand Down Expand Up @@ -151,4 +151,4 @@ jobs:
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c23cffa

Please sign in to comment.