Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sdairs committed Dec 10, 2024
1 parent bf967fc commit 1ef6752
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: cd apps/cli
- name: Check if version already exists
id: version-check
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
node-version: latest
- run: pnpm install
- run: cd apps/cli
- uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
cache: pnpm
- run: pnpm install
- run: pnpm run build
- run: cd apps/cli
- run: pnpm run test
78 changes: 0 additions & 78 deletions .github/workflows/onPushToMain.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/onRelease.yml

This file was deleted.

0 comments on commit 1ef6752

Please sign in to comment.