Skip to content

Commit

Permalink
build: fix version parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
ddlees committed Jun 29, 2022
1 parent 4836336 commit 777fcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: web3j/[email protected]
id: version
with:
value: ${{ github.refname }}
value: ${{ github.ref_name }}
start: 0

- name: Setup .NET
Expand Down

0 comments on commit 777fcc1

Please sign in to comment.