Skip to content

Commit 67539ee

Browse files
committed
updateing resease script
1 parent 2272321 commit 67539ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags:
66
- '*'
77
env:
8-
VERSION_SEMVER: ${GITHUB_REF##*/}
8+
VERSION_SEMVER: ${{ steps.version.outputs.version }}
99
jobs:
1010
linux:
1111
runs-on: ubuntu-latest
@@ -102,7 +102,7 @@ jobs:
102102
run: |
103103
ls -al .
104104
sudo apt install gnupg1
105-
105+
106106
- name: Publish package
107107
run: bash publish.sh
108108
env:

0 commit comments

Comments
 (0)