From 5c74207ca855c84de456463521d21d147bbbf113 Mon Sep 17 00:00:00 2001 From: meowtec Date: Sun, 21 Aug 2022 17:17:25 +0800 Subject: [PATCH] release: v0.7.0 --- .github/workflows/build.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d801a89..06153a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Build/release -on: [create] +on: [push, pull_request] jobs: release: @@ -28,4 +28,4 @@ jobs: # If the commit is tagged with a version (e.g. "v1.0.0"), # release the app after building - release: ${{ startsWith(github.ref, 'refs/tags/v') }} + release: ${{ startsWith(github.ref, 'refs/releases/') }} diff --git a/package.json b/package.json index 37b5df0..7c2b384 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Imagine", "private": true, - "version": "0.6.1", + "version": "0.7.0", "description": "PNG/JPEG optimization app", "homepage": "https://github.com/meowtec/Imagine", "repository": {