Skip to content

Commit cae3c73

Browse files
committed
test new release
Signed-off-by: seven <[email protected]>
1 parent 5640e77 commit cae3c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
${{ steps.changelog.outputs.changelog }}
5757
- name: Publish package on NPM 📦
58-
if: steps.tag_release.outputs.successful
58+
if: steps.tag_release.outputs.successful == 'true'
5959
run: npm publish --provenance --access public
6060
env:
6161
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)