Skip to content

Commit

Permalink
ci(workflow): fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Feb 14, 2023
1 parent e46b706 commit 1204c1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
types: [published]
workflow_dispatch:


jobs:
tag:
name: Add/update 'latest' tag
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build Package
run: pnpm run build:package
run: pnpm run build

- name: Publish Package
run: pnpm publish --no-git-checks
Expand Down Expand Up @@ -107,7 +108,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build Package
run: pnpm run build:package && pnpm run gpr
run: pnpm run build && pnpm run gpr

- name: Publish Package
run: npm publish
Expand Down

0 comments on commit 1204c1c

Please sign in to comment.