We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3518ef6 commit b6caa99Copy full SHA for b6caa99
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
40
with:
41
title: Version Packages (${{ github.ref_name }})
42
- publish: yarn run deploy ${{ !endsWith(github.ref_name, '-rc') && format('--tag {0}', github.ref_name) }}
+ publish: yarn run deploy ${{ !endsWith(github.ref_name, '-rc') && format('--tag {0}', github.ref_name) || '' }} # no tag for RC branches.
43
createGithubReleases: false
44
env:
45
NPM_TOKEN: '' # Forces OIDC authentication
0 commit comments