Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xnerhu committed Aug 25, 2023
1 parent 43492c8 commit 4f5c28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}

Expand All @@ -24,7 +24,7 @@ jobs:
with:
node-version: 16

- uses: actions/cache@v3
- uses: actions/cache@v3.0.2
id: yarn-cache
with:
path: |
Expand Down

0 comments on commit 4f5c28d

Please sign in to comment.