Skip to content

Commit

Permalink
Update v1 workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Oct 4, 2024
1 parent bf0c103 commit 4b30866
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-npm-hash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install --filter @projectlibertylabs/siwf
run: pnpm install

- name: build
run: pnpm run build --filter @projectlibertylabs/siwf
run: pnpm run build

- name: Version Package
env:
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/deploy-pages-v2.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install --filter @projectlibertylabs/siwf
run: pnpm install

- name: build
run: pnpm run build --filter @projectlibertylabs/siwf
run: pnpm run build

- name: Version Package
run: npm version --new-version "${{env.NEW_RELEASE_TAG}}" --no-git-tag-version
Expand Down

0 comments on commit 4b30866

Please sign in to comment.