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 24c0e5e commit de6a33aCopy full SHA for de6a33a
.github/workflows/release.yml
@@ -3,8 +3,8 @@ name: Release
3
on:
4
push:
5
tags:
6
- - v[0-9]+.[0-9]+.[0-9]+
7
- - v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+
+ - '[0-9]+.[0-9]+.[0-9]+'
+ - '[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+'
8
9
jobs:
10
build:
@@ -18,7 +18,7 @@ jobs:
18
registry-url: 'https://registry.npmjs.org'
19
20
- name: Set release version
21
- run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
+ run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
22
23
- name: Create Release
24
id: create_release
0 commit comments