Skip to content

Commit

Permalink
Changed tag name to check release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfalch committed Dec 17, 2021
1 parent d6e46d2 commit 9f17ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Create Github Release
uses: ncipollo/release-action@v1
with:
tag: "release-${{steps.get_npm_package_version.outputs.npm_package_version}}-alpha"
tag: "v${{steps.get_npm_package_version.outputs.npm_package_version}}-alpha"
name: "Release ${{steps.get_npm_package_version.outputs.npm_package_version}} alpha"
artifacts: ${{ env.WORKING_DIRECTORY }}/dist/${{steps.get_npm_package_name.outputs.npm_package_name}}
artifactContentType: application/gzip
Expand Down

0 comments on commit 9f17ca7

Please sign in to comment.