Skip to content

Commit 5b44bd3

Browse files
committed
fix: update git attr
1 parent fdf29e3 commit 5b44bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
return 'v' + packageJson.version;
7373
7474
- name: Create & push git tag
75-
if: github.event.inputs.npm_tag == 'latest'
75+
if: github.event.inputs.version == 'latest'
7676
run: |
7777
git tag ${{ steps.version_to_release.outputs.result }}
7878
git push origin ${{ steps.version_to_release.outputs.result }}
7979
8080
- name: Publish to npm
8181
run: |
82-
pnpm -r publish --tag ${{ github.event.inputs.npm_tag }} --publish-branch ${{ github.event.inputs.branch }}
82+
pnpm -r publish --tag ${{ github.event.inputs.version }} --publish-branch ${{ github.event.inputs.branch }}

0 commit comments

Comments
 (0)