Skip to content

Commit 29ccc97

Browse files
committed
fixup! fixup! fixup! build: add create release proposal action
1 parent 66bd129 commit 29ccc97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/create-release-proposal.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ permissions:
2828
contents: read
2929

3030
jobs:
31-
env:
32-
STAGING_BRANCH: v${{ inputs.release-line }}.x-staging
33-
RELEASE_BRANCH: v${{ inputs.release-line }}.x
34-
RELEASE_DATE: ${{ inputs.release-date }}
3531
releasePrepare:
32+
env:
33+
STAGING_BRANCH: v${{ inputs.release-line }}.x-staging
34+
RELEASE_BRANCH: v${{ inputs.release-line }}.x
35+
RELEASE_DATE: ${{ inputs.release-date }}
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

0 commit comments

Comments
 (0)