Skip to content

Commit

Permalink
release: v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meowtec committed Aug 21, 2022
1 parent d46c556 commit 5c74207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build/release

on: [create]
on: [push, pull_request]

jobs:
release:
Expand Down Expand Up @@ -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/') }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5c74207

Please sign in to comment.