Skip to content

Commit

Permalink
Small fix to the workflow v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrescas committed Apr 18, 2024
1 parent 429d5a5 commit 0cef66b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
permissions:
contents: write
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Download artifact
uses: actions/download-artifact@v3

Expand All @@ -58,9 +61,6 @@ jobs:
permissions:
id-token: write
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Download artifact
uses: actions/download-artifact@v3

Expand Down

0 comments on commit 0cef66b

Please sign in to comment.