Skip to content

Commit 8c86c48

Browse files
committed
fix
1 parent 7c4c9d5 commit 8c86c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v2
3939
- name: Prepare tag
4040
run: |
41-
export TAG=v$(jq -r '.version' package.json)
41+
export TAG=v$(awk '/libraryVersion =/ { gsub("\"",""); print $3 }' client.go)
4242
echo "TAG=$TAG" >> $GITHUB_ENV
4343
- name: Setup git
4444
run: |

0 commit comments

Comments
 (0)