Skip to content

Commit

Permalink
fix: first checkout the branch then download the file
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 21, 2024
1 parent 0a0fdbd commit 2500905
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,17 @@ jobs:
if: ${{ needs.process_release.outputs.new_tag_version != '' }}
runs-on: ubuntu-latest
steps:
- name: Download updated file
uses: actions/download-artifact@v4
with:
name: updated-file

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- name: Download updated file
uses: actions/download-artifact@v4
with:
name: updated-file

- name: cache NPM
uses: actions/[email protected]
id: npm-cache
Expand Down

0 comments on commit 2500905

Please sign in to comment.