We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d128bd commit 40e154eCopy full SHA for 40e154e
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
push:
5
tags:
6
- - v[0-9]+.[0-9]+.[0-9]+
+ - '[0-9]+.[0-9]+.[0-9]+'
7
8
jobs:
9
create-release:
@@ -71,7 +71,7 @@ jobs:
71
- name: Set upload_url
72
run: echo "UPLOAD_URL=$(cat upload_url/upload_url)" >> $GITHUB_ENV
73
- name: Set release version
74
- run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
+ run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
75
- uses: actions/checkout@v2
76
- name: Use Node.js ${{ matrix.version }}
77
uses: actions/setup-node@v1
0 commit comments