Skip to content

Commit

Permalink
Merge pull request #983 from meilisearch/fix-release-v2
Browse files Browse the repository at this point in the history
Fix the release process after introducing Strapi v5
  • Loading branch information
brunoocasali authored Nov 27, 2024
2 parents 7387a6a + 814fb59 commit 294c44b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
run: sh .github/scripts/check-release.sh
- name: Check tag format
run: sh .github/scripts/check-tag-format.sh "${{ github.event.release.prerelease }}"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: npm run build
run: yarn build
- name: Publish with latest tag
if: "!github.event.release.prerelease && !contains(github.ref, 'beta')"
run: npm publish .
Expand Down

0 comments on commit 294c44b

Please sign in to comment.