Skip to content

Commit

Permalink
build(.github/workflows/post-release-check.yml): fix post-release-che…
Browse files Browse the repository at this point in the history
…ck?2
  • Loading branch information
Xunnamius committed Jan 6, 2021
1 parent 842385d commit 31f61f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/post-release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
fail-fast: false
matrix: ${{ fromJson(needs.metadata.outputs.node-matrix) }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false

- name: Use node ${{ matrix.node }}
uses: actions/setup-node@v2.1.4
with:
Expand Down

0 comments on commit 31f61f5

Please sign in to comment.