Skip to content

Commit

Permalink
fix: build after version released
Browse files Browse the repository at this point in the history
In this way we have the correct version in the slangroom-editor
  • Loading branch information
matteo-cristino committed Aug 5, 2024
1 parent ca45bf4 commit 2395791
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: 🧪
runs-on: ubuntu-latest
steps:
- uses: dyne/pnpm@v1
- uses: dyne/pnpm@main
- run: npx playwright install --with-deps
- run: pnpm t
- uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -52,8 +52,7 @@ jobs:
pull-requests: write
id-token: write
steps:
- uses: dyne/pnpm@v1
- run: pnpm build
- uses: dyne/pnpm@main
- run: pnpm semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 6 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
"message": "chore(release): 🚀 ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/exec",
{
"prepareCmd": "pnpm build"
}
],
[
"@semantic-release/github",
{
Expand Down

0 comments on commit 2395791

Please sign in to comment.