From 123e63048c83f742f513082c6d516c25c53c04d6 Mon Sep 17 00:00:00 2001 From: TheCommieAxolotl <87679354+TheCommieAxolotl@users.noreply.github.com> Date: Wed, 2 Aug 2023 07:34:59 +1000 Subject: [PATCH] release: v0.4.2 (oops) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29e778c..a8b49d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}