Skip to content

Commit 9f17ca7

Browse files
committed
Changed tag name to check release notes
1 parent d6e46d2 commit 9f17ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Create Github Release
6767
uses: ncipollo/release-action@v1
6868
with:
69-
tag: "release-${{steps.get_npm_package_version.outputs.npm_package_version}}-alpha"
69+
tag: "v${{steps.get_npm_package_version.outputs.npm_package_version}}-alpha"
7070
name: "Release ${{steps.get_npm_package_version.outputs.npm_package_version}} alpha"
7171
artifacts: ${{ env.WORKING_DIRECTORY }}/dist/${{steps.get_npm_package_name.outputs.npm_package_name}}
7272
artifactContentType: application/gzip

0 commit comments

Comments
 (0)