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 8bf655a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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 @@ -121,7 +122,9 @@ jobs:
override: true
- name: Build
run: |
ls runtime/conf
cd runtime && cargo build --release --target x86_64-unknown-linux-musl
ls runtime/conf
- name: Pack
id: pack
shell: bash
Expand Down Expand Up @@ -206,6 +209,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 8bf655a

Please sign in to comment.