Skip to content

Commit

Permalink
feat: astro
Browse files Browse the repository at this point in the history
still wip
  • Loading branch information
eddienubes committed Feb 11, 2024
1 parent 4a3f4d7 commit 1e25b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
node-version: 20.x
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org/'

- name: Install Dependencies
run: pnpm install
Expand All @@ -45,7 +46,7 @@ jobs:
- run: npm publish
name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- name: Push Bumped Version
run: |
Expand Down

0 comments on commit 1e25b8d

Please sign in to comment.