Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilias authored and Ilias committed Jul 22, 2020
1 parent ecb340a commit 47cd659
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build/release

on: push
on:
push:

tags:
- v* # Push events to v1.0, v1.1, and v1.9 tags

jobs:
release:
Expand Down
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "makerlapse",
"description": "Document Your Journey In A Timelapse Video",
"author": "IliasHad",
"version": "1.2.1",
"version": "1.2.2",
"private": true,
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
Expand Down Expand Up @@ -57,13 +57,6 @@
},
"build": {
"compression": "maximum",
"publish": [
{
"provider": "github",
"owner": "IliasHad",
"repo": "makerlapse-app"
}
],
"appId": "com.makerlapse-app",
"productName": "Makerlapse",
"copyright": "Copyright © 2020 ${author}",
Expand Down

0 comments on commit 47cd659

Please sign in to comment.