Skip to content

Commit a6c2cfe

Browse files
committed
prepare release
1 parent e99c661 commit a6c2cfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,6 @@ jobs:
251251
env:
252252
RELEASE_VERSION: ${{ inputs.release_version }}
253253
- if: github.event_name == 'push'
254-
run: RELEASE_VERSION=${GITHUB_REF#refs/*/v*} task dockerPublishImages
254+
run: |
255+
export RELEASE_VERSION=${GITHUB_REF#refs/*/v*}
256+
task dockerPublishImages

0 commit comments

Comments
 (0)