Skip to content

Commit

Permalink
release: v0.4.2
Browse files Browse the repository at this point in the history
(oops)
  • Loading branch information
TheCommieAxolotl committed Aug 1, 2023
1 parent f997192 commit 123e630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: "Create Release"
if: "startsWith(github.event.head_commit.message, 'release: ')"
run: |
gh release create "v${{ env.VERSION }}"" ./dist/*.js \
--title "v${{ env.VERSION }}"" \
gh release create "v${{ env.VERSION }}" ./dist/*.js \
--title "v${{ env.VERSION }}" \
--notes "Grab this version of pyotr from [npm](https://npmjs.com/package/pyotr/v/${{ env.VERSION }})"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 123e630

Please sign in to comment.