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 3fa36d3 commit 52bf681Copy full SHA for 52bf681
.github/workflows/main.yml
@@ -52,7 +52,6 @@ jobs:
52
echo "taggedbranch=$TAGGEDBRANCH" >> $GITHUB_OUTPUT
53
- name: Set package name and version
54
id: set-version
55
- shell: pwsh
56
run: |
57
set -x
58
VERSION=$(jq -r '.version' package.json | cut -d- -f1)
0 commit comments