Skip to content

Commit

Permalink
v0.3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkykh committed Jun 12, 2021
1 parent 9e04814 commit cb36c4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and Deploy
on:
create:
tags:
- v*
push:
branches:
- master
- '*.*.*'
# push:
# branches:
# - master

jobs:
build-and-deploy:
Expand Down Expand Up @@ -34,8 +34,8 @@ jobs:
yarn webpack --mode production
- name: Deploy
if: startsWith(github.ref, 'refs/tags/v')
uses: JamesIves/github-pages-deploy-action@4
if: startsWith(github.ref, 'refs/tags/')
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: dist
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tppm",
"version": "0.3.25",
"version": "0.3.26",
"description": "Trakt Playback Progress Manager",
"author": "sharkykh",
"license": "MIT",
Expand Down

0 comments on commit cb36c4a

Please sign in to comment.