Skip to content

Commit 185c47e

Browse files
Move env back in
1 parent 148341e commit 185c47e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ on:
1111
permissions:
1212
contents: write
1313

14-
env:
15-
target_branch: rel/${{github.event.inputs.version}}
16-
version: ${{github.event.inputs.version}}
1714

1815
jobs:
1916
update_manifest_files:
17+
env:
18+
target_branch: rel/${{github.event.inputs.version}}
19+
version: ${{github.event.inputs.version}}
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)