Skip to content

Commit

Permalink
fix: position?
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Oct 16, 2024
1 parent 2985f9c commit a470287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Use a fixed version without the ^-range
- run: |
sed -i 's/"use-intl": "workspace:\^"/"use-intl": "workspace:"/' ./packages/next-intl/package.json
- run: pnpm lerna publish 0.0.0-canary-${{ github.sha }} --dist-tag prerelease --no-push --yes --no-git-reset
- run: pnpm lerna publish 0.0.0-canary-${{ github.sha }} --no-git-reset --dist-tag prerelease --no-push --yes
if: "${{startsWith(github.event.head_commit.message, 'fix: ') || startsWith(github.event.head_commit.message, 'feat: ')}}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a470287

Please sign in to comment.