Skip to content

Commit

Permalink
fix: removes tag ref from checkout on download publish step (#4538)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4e663cb)
  • Loading branch information
FalcoXYZ authored and MarekM25 committed Sep 15, 2022
1 parent f872ac0 commit 08354f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-nethermind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ jobs:
- name: Checking out Nethermind repository
uses: actions/checkout@master
with:
ref: ${{ github.event.inputs.tag }}
path: nethermind
- uses: actions/download-artifact@master
name: Downloading Nethermind darwin package
Expand Down

0 comments on commit 08354f9

Please sign in to comment.