Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Add the v prefix to the version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed Oct 7, 2020
1 parent caf5ef7 commit a62899d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
node-version: 12.16.1 # workaround https://github.com/babel/babel/issues/11216
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn auto-changelog --starting-version ${{ steps.package-version.outputs.current-version}} --template github-release.hbs -o releasenotes.md
- run: yarn auto-changelog --starting-version v${{ steps.package-version.outputs.current-version}} --template github-release.hbs -o releasenotes.md
- name: Create Release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit a62899d

Please sign in to comment.