We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4416b0 commit eb6d93dCopy full SHA for eb6d93d
.github/workflows/pr-check.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- main
7
- develop
8
+ - staging
9
10
jobs:
11
lint-and-type-check:
.github/workflows/release-staging.yml
@@ -121,7 +121,7 @@ jobs:
121
id: publish
122
run: |
123
# Publish with beta tag
124
- node scripts/release-packages.cjs beta
+ RELEASE_TAG=beta node scripts/release-packages.cjs
125
126
# Collect published versions
127
echo "published_versions<<EOF" >> $GITHUB_OUTPUT
0 commit comments