Skip to content

Commit eb6d93d

Browse files
committed
fix: update workflow configurations
- Fix beta tag passing in release-staging.yml to use RELEASE_TAG env var - Add staging branch to pr-check.yml trigger branches
1 parent f4416b0 commit eb6d93d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- develop
8+
- staging
89

910
jobs:
1011
lint-and-type-check:

.github/workflows/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
id: publish
122122
run: |
123123
# Publish with beta tag
124-
node scripts/release-packages.cjs beta
124+
RELEASE_TAG=beta node scripts/release-packages.cjs
125125
126126
# Collect published versions
127127
echo "published_versions<<EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)