Skip to content

Commit

Permalink
test with stable
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jan 24, 2025
1 parent 6a05207 commit 66b0ce9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
needs: release-please
uses: ./.github/workflows/release.yml
with:
tag: ${{ needs.release-please.outputs.tag_name }}
version: ${{ (needs.release-please.outputs.tag_name && format('{0}.{1}.{2}', needs.release-please.outputs.major, needs.release-please.outputs.minor, needs.release-please.outputs.patch)) || ''}}
tag: foundry-zksync-v0.0.4
version: "0.0.4"
# tag: ${{ needs.release-please.outputs.tag_name }}
# version: ${{ (needs.release-please.outputs.tag_name && format('{0}.{1}.{2}', needs.release-please.outputs.major, needs.release-please.outputs.minor, needs.release-please.outputs.patch)) || ''}}
secrets: inherit

0 comments on commit 66b0ce9

Please sign in to comment.