Skip to content

Commit

Permalink
Refactor GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iamshabell committed Feb 7, 2024
1 parent f5d74db commit 4fbcb14
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
push:
branches:
- main
env:
CI: true
PNPM_CACHE_FOLDER: .pnpm-store
jobs:
version:
timeout-minutes: 15
Expand All @@ -21,10 +18,6 @@ jobs:
node-version: 18
- name: install pnpm
run: npm i pnpm@latest -g
- name: Setup npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
- name: setup pnpm config
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
- name: install dependencies
run: pnpm install
- name: create and publish versions
Expand Down

0 comments on commit 4fbcb14

Please sign in to comment.