Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperzuk-neti committed Aug 1, 2024
1 parent 1040bbe commit 5af5f6f
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 @@ -75,7 +75,7 @@ jobs:

- name: Check version
id: version
run: cargo pkgid -p node-cli | cut -d'@' -f2 >> "$GITHUB_OUTPUT"
run: echo "version=v$(cargo pkgid -p node-cli | cut -d'@' -f2)" >> "$GITHUB_OUTPUT"

- name: Mainnet Summary
run: |
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:

- name: Check version
id: version
run: cargo pkgid -p node-cli | cut -d'@' -f2 >> "$GITHUB_OUTPUT"
run: echo "version=v$(cargo pkgid -p node-cli | cut -d'@' -f2)" >> "$GITHUB_OUTPUT"

- name: Download binary
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 5af5f6f

Please sign in to comment.