Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sonologico committed Oct 14, 2022
1 parent 7c4c9d5 commit 8c86c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- name: Prepare tag
run: |
export TAG=v$(jq -r '.version' package.json)
export TAG=v$(awk '/libraryVersion =/ { gsub("\"",""); print $3 }' client.go)
echo "TAG=$TAG" >> $GITHUB_ENV
- name: Setup git
run: |
Expand Down

0 comments on commit 8c86c48

Please sign in to comment.