Skip to content

Commit 7a06239

Browse files
committed
command
1 parent aec7fd3 commit 7a06239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ jobs:
8383
echo "DRY RUN: New version would be: $NEW_VERSION"
8484
git checkout -- package.json package-lock.json
8585
86-
- name: Bump version and push
86+
- name: Bump version and push tags
8787
if: ${{ !inputs.dry_run }}
8888
id: version_bump
8989
run: |
9090
NEW_VERSION=$(npm version ${{ inputs.version_type }})
9191
echo "new_version=$NEW_VERSION" >> $GITHUB_OUTPUT
9292
echo "New version: $NEW_VERSION"
93-
git push --tags origin main
93+
git push --tags origin
9494
9595
- name: Create GitHub Release
9696
if: ${{ !inputs.dry_run }}

0 commit comments

Comments
 (0)