Skip to content

Commit ea99f93

Browse files
committed
fix: Fixing version extraction
1 parent 145b4b5 commit ea99f93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
password: ${{ secrets.DOCKERHUB_TOKEN }}
4040
- name: Set the version
4141
id: version
42-
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
42+
run: echo "::set-output name=VERSION::${GITHUB_REF#refs/tags/}"
4343
- name: Build and push Tag
4444
id: docker_build_release
4545
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)