Skip to content

Commit f3dc60f

Browse files
authored
Fix release branch workflow (#1107)
1 parent e5ac3a3 commit f3dc60f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
version: ${{ inputs.packageVersion }}
105105
with:
106106
script: |
107+
const ref = context.ref.split("/")[2]
107108
const {version} = process.env
108109
console.log(`The release version is v${version}`)
109110

0 commit comments

Comments
 (0)