We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4c9d5 commit 8c86c48Copy full SHA for 8c86c48
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@v2
39
- name: Prepare tag
40
run: |
41
- export TAG=v$(jq -r '.version' package.json)
+ export TAG=v$(awk '/libraryVersion =/ { gsub("\"",""); print $3 }' client.go)
42
echo "TAG=$TAG" >> $GITHUB_ENV
43
- name: Setup git
44
0 commit comments