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 8b4bf8d commit 7793e40Copy full SHA for 7793e40
.github/workflows/version.yml
@@ -30,7 +30,6 @@ jobs:
30
git remote set-url --push origin "https://${GH_USER}:${GH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
31
git config user.name "$GIT_USER_NAME"
32
git config user.email "$GIT_USER_EMAIL"
33
- npm config set sign-git-tag true
34
- name: Import GPG key
35
uses: crazy-max/ghaction-import-gpg@v4
36
with:
@@ -43,4 +42,4 @@ jobs:
43
42
- name: Setup
44
uses: ./.github/actions/setup
45
- name: Cut ${{ github.event.inputs.version }}${{ github.event.client_payload.version }} version
46
- run: npm version ${{ github.event.inputs.version }}${{ github.event.client_payload.version }}
+ run: npm version --sign-git-tag=true ${{ github.event.inputs.version }}${{ github.event.client_payload.version }}
0 commit comments