Skip to content

Commit

Permalink
test...
Browse files Browse the repository at this point in the history
  • Loading branch information
szatanjl committed Oct 15, 2024
1 parent dc1f0db commit 433bab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
tags:
- v*
- pre-rel-*
workflow_dispatch:

env:
self-test-img_tag: v0.1.4
Expand Down Expand Up @@ -206,6 +207,7 @@ jobs:
TAG_NAME="${GITHUB_REF##*/}"
TAGV_NAME="${TAG_NAME#pre-rel-}"
VERSION=${TAGV_NAME#v}
VERSION=0.5.0
echo "::set-output name=tagv::${TAG_NAME}"
echo "::set-output name=version::${VERSION}"
- uses: golemfactory/[email protected]
Expand Down

0 comments on commit 433bab2

Please sign in to comment.