revert - use next tag instead of beta

This commit is contained in:
Dominik Biedebach 2025-04-17 12:46:42 +02:00
parent ba81198234
commit 7af392cbe7

View File

@ -68,7 +68,7 @@ jobs:
uses: changesets/action@v1
with:
createGithubReleases: false
publish: pnpm run publish --tag ${{ github.ref_name == 'next' && 'beta' || 'latest' }}
publish: pnpm run publish --tag ${{ github.ref_name == 'next' && 'next' || 'latest' }}
version: pnpm run version
title: ${{ github.ref_name == 'main' && 'Publish a new stable version' || 'Publish a new pre-release version' }}
commit: >-