There was an error while loading. Please reload this page.
2 parents 5c657c1 + 1888716 commit 89f2419Copy full SHA for 89f2419
1 file changed
.github/workflows/release.yml
@@ -145,7 +145,9 @@ jobs:
145
146
- name: Extract version
147
id: version
148
- run: echo "version=${{ inputs.version }}" | sed 's/v//' >> $GITHUB_OUTPUT
+ run: echo "version=${VERSION#v}" >> $GITHUB_OUTPUT
149
+ env:
150
+ VERSION: ${{ inputs.version }}
151
152
- name: Build and push Docker image
153
uses: docker/build-push-action@v6
0 commit comments