Skip to content

Commit

Permalink
ci: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi committed Dec 28, 2023
1 parent 9519d29 commit 4597ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: npm ci

- id: fetch-latest-release
uses: ./.github/actions/fetch-latest-release
with:
Expand Down Expand Up @@ -45,8 +47,6 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
# these if statements ensure that a publication only occurs when
# a new release is created:
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: npm run build-all
if: ${{ steps.release.outputs.release_created }}
- run: npm publish --tag edge
Expand Down

0 comments on commit 4597ecc

Please sign in to comment.