We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99c661 commit a6c2cfeCopy full SHA for a6c2cfe
.github/workflows/release.yml
@@ -251,4 +251,6 @@ jobs:
251
env:
252
RELEASE_VERSION: ${{ inputs.release_version }}
253
- if: github.event_name == 'push'
254
- run: RELEASE_VERSION=${GITHUB_REF#refs/*/v*} task dockerPublishImages
+ run: |
255
+ export RELEASE_VERSION=${GITHUB_REF#refs/*/v*}
256
+ task dockerPublishImages
0 commit comments