Skip to content

Commit

Permalink
chore(ci/cd): fix production branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
2paperstar committed Feb 11, 2024
1 parent 5f5b141 commit dc5fbae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: read
deployments: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build
run: |
yarn install --immutable
Expand All @@ -25,3 +25,4 @@ jobs:
projectName: idp-fe
directory: build
gitHubToken: ${{ github.token }}
branch: main
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: read
deployments: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build
run: |
yarn install --immutable
Expand Down

0 comments on commit dc5fbae

Please sign in to comment.