Skip to content

Commit f2bbcac

Browse files
committed
Fix GITHUB_REF in release workflow
1 parent 1676127 commit f2bbcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 8
1616
- name: Set release version
17-
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
17+
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
1818
- name: Package project
1919
run: |
2020
./package.sh

0 commit comments

Comments
 (0)