Skip to content

Commit

Permalink
Fixing pipeline typo (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto authored Aug 8, 2024
1 parent 326dd02 commit 95555b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "" >> changelog.md
echo "### Npm package" >> changelog.md
echo "" >> changelog.md
echo "[Download package](https://www.npmjs.com/package/${{ vars.NPM_PACKAGE_NAME }}/v/${PACKAGE_VERSION})" >> changelog.md"
echo "[Download package](https://www.npmjs.com/package/${{ vars.NPM_PACKAGE_NAME }}/v/${PACKAGE_VERSION})" >> changelog.md
cat changelog.md
echo "release_version=${PACKAGE_VERSION}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 95555b8

Please sign in to comment.