Skip to content

Commit

Permalink
test run
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jan 31, 2025
1 parent 634921a commit 318d46c
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 @@ -41,7 +41,7 @@ jobs:
if [ $IS_NIGHTLY == "true" ]; then
if [ "${{inputs.tag}}" ]; then
TAG="${{ inputs.tag }}"
VERSION="${${{inputs.tag}}#foundry-zksync-v}"
VERSION="${TAG#foundry-zksync-v}"
else
TAG="${{ format('nightly-{0}', github.sha) }}"
VERSION=nightly
Expand All @@ -54,7 +54,7 @@ jobs:
else
if [ "${{inputs.tag}}" ]; then
TAG="${{ inputs.tag }}"
VERSION="${${{inputs.tag}}#foundry-zksync-v}"
VERSION="${TAG#foundry-zksync-v}"
else
TAG="${{ format('stable-{0}', github.sha) }}"
VERSION=stable
Expand Down

0 comments on commit 318d46c

Please sign in to comment.