summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-02-28 18:23:38 -0500
committerLex Neva <github.com@lexneva.name>2020-02-28 18:24:56 -0500
commit65c4350c021d056cca8df97603a5e24438712d78 (patch)
tree2829ca530f24614b4de0f887b8184798ba4050a3 /.github/workflows/build.yml
parent69c856b7a4c4ecbd268a8f76cfa358215d8a4aa8 (diff)
v1.27.1: let's try that again!
The first try at releasing v1.27 didn't work. Here are the release notes again: * origin now defaults to the center of the design, not the canvas (#576) * new extension: reset embroidery settings * fix: visual commands were showing in print PDF (#557) * fix: "LineString has no method geoms" error in auto satin (#524) * fix: crashes when saving JEF, DST, and other formats in Inkscape 1.0 * fix: Print PDF not working on mac (showing a blank window) * under the hood: new build system based on GitHub Actions * fixes issues with builds not finishing or breaking randomly
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ae16fade..6d471140 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -161,7 +161,7 @@ jobs:
- name: determine release info
shell: bash
run: |
- if [[ "${GITHUB_REF}" =~ ^v[0-9.]+$ ]]; then
+ if [[ "${GITHUB_REF}" =~ ^refs/tags/v[0-9.]+$ ]]; then
echo "::set-env name=release_tag::${GITHUB_REF}"
echo "::set-env name=prerelease::false"
echo "::set-env name=title::${GITHUB_REF}"