diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d55174c..b615b49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Test, Build, and Release on: push: tags: - - 'v*.*.*' + - "v*.*.*" jobs: build-test-release: @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: '18' + node-version: "18" - name: Install pnpm run: | @@ -44,5 +44,3 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: pnpm publish --access public - -