Skip to content

Commit 5b99922

Browse files
committed
fix: add top-level env section with VERSION
1 parent c51648c commit 5b99922

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/post_release_version_bump.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
required: true
99

1010
permissions:
11+
12+
env:
13+
VERSION: ${{ github.event.inputs.version }}
14+
1115
contents: write
1216
pull-requests: write
1317

.github/workflows/pre_release_prepare.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
default: 'false'
1313

1414
permissions:
15+
16+
env:
17+
VERSION: ${{ github.event.inputs.version }}
18+
1519
contents: write
1620
pull-requests: write
1721

0 commit comments

Comments
 (0)