Skip to content

Commit 2371750

Browse files
committed
do not revert commit before publishing
1 parent 4cb4c05 commit 2371750

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/sdk-release-build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ on:
1111
required: true
1212
type: string
1313
description: 'Name for the artifact (updated-sdk-package)'
14-
checkout-ref:
15-
required: false
16-
type: string
17-
description: 'Git ref to checkout'
18-
default: ''
1914
env-overrides:
2015
required: false
2116
type: string
@@ -30,8 +25,6 @@ jobs:
3025
id-token: write
3126
steps:
3227
- uses: actions/checkout@v4
33-
with:
34-
ref: ${{ inputs.checkout-ref || github.sha }}
3528

3629
- uses: ./.github/actions/setup-project
3730

.github/workflows/sdk-release-prod.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,5 @@ jobs:
7474
with:
7575
new-version: ${{ needs.prepare-and-commit-prod.outputs.new_version }}
7676
artifact-name: updated-sdk-package
77-
checkout-ref: ${{ github.sha }}
7877
env-overrides: '{"NEXT_PUBLIC_CODEBUFF_BACKEND_URL": "manicode-backend.onrender.com", "NEXT_PUBLIC_CB_ENVIRONMENT": "prod"}'
7978
secrets: inherit
80-

0 commit comments

Comments
 (0)