Skip to content

Commit

Permalink
update PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Jan 29, 2025
1 parent 7ab7d03 commit 5489bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
## The pull request number of the Tracking pull request to merge the release branch to main
## Also remember to update the version in .pipeline/lib/config.js
PR_NUMBER: 2913
PR_NUMBER: 2956
RELEASE_NAME: release-3.0.0

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tfrs-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
## The pull request number of the Tracking pull request to merge the release branch to main
## Also remember to update the version in .pipeline/lib/config.js
PR_NUMBER: 2913
PR_NUMBER: 2956
RELEASE_NAME: release-3.0.0

concurrency:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
cd .pipeline
npm install
npm run build -- --pr=${{ env.PR_NUMBER }} --env=build
# comment out deploy-on-test as the deployment configs have been repaced by deployments at 2.21.1
# deploy-on-test:
# name: Deploy TFRS on Test
Expand Down

0 comments on commit 5489bad

Please sign in to comment.