Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
loveakinlesi committed Sep 3, 2024
2 parents 364c13e + a671726 commit 6de6728
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test, Build, and Release
on:
push:
tags:
- 'v*.*.*'
- "v*.*.*"

jobs:
build-test-release:
Expand All @@ -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: |
Expand Down Expand Up @@ -44,5 +44,3 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm publish --access public


0 comments on commit 6de6728

Please sign in to comment.