Skip to content

Commit 9f1b490

Browse files
fix manual tag
1 parent 92eaeea commit 9f1b490

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/manual-tag.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
echo ${{ github.event.inputs.tag }}
2121
echo "NEXT_VERSION=${{ github.event.inputs.tag }}" >> $GITHUB_ENV
2222
- name: Update version
23-
run: npm version ${{ env.RELEASE_VERSION }}
24-
- name: Update version
25-
uses: reedyuk/npm-version@1.1.1
26-
with:
27-
version: ${{ env.RELEASE_VERSION }}
28-
git-tag-version: 'true'
23+
run: |
24+
npm version ${{ env.RELEASE_VERSION }}
25+
git push origin ${{ env.RELEASE_VERSION }}

0 commit comments

Comments
 (0)