Skip to content

Commit 5c74207

Browse files
committed
release: v0.7.0
1 parent d46c556 commit 5c74207

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build/release
22

3-
on: [create]
3+
on: [push, pull_request]
44

55
jobs:
66
release:
@@ -28,4 +28,4 @@ jobs:
2828

2929
# If the commit is tagged with a version (e.g. "v1.0.0"),
3030
# release the app after building
31-
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
31+
release: ${{ startsWith(github.ref, 'refs/releases/') }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Imagine",
33
"private": true,
4-
"version": "0.6.1",
4+
"version": "0.7.0",
55
"description": "PNG/JPEG optimization app",
66
"homepage": "https://github.com/meowtec/Imagine",
77
"repository": {

0 commit comments

Comments
 (0)