Skip to content

Commit

Permalink
v1.1.3 (#4)
Browse files Browse the repository at this point in the history
* Fix CI

* Fix CI

* Fix CI

* Try to fix CI

* Update CI name

---------

Co-authored-by: Nathan JAUNET <[email protected]>
  • Loading branch information
Navino16 and Navino16 authored Oct 9, 2023
1 parent 0233357 commit b641f9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release
name: Build & Package & Release

on:
push:
tags:
- "*"
on: push

jobs:
build:
Expand Down Expand Up @@ -32,6 +29,7 @@ jobs:
path: build/

package:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
needs: build
steps:
Expand Down Expand Up @@ -60,6 +58,7 @@ jobs:
path: bin/

release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
needs: package
steps:
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": "flixpatrol-top10",
"version": "1.1.2",
"version": "1.1.3",
"description": "Get top10 list from flixpatrol and upload them to trakt",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit b641f9d

Please sign in to comment.