Skip to content

Commit

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

* Fix CI

* Fix CI

* Try to fix CI

* Update CI name

* Update CI

---------

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

on: push
on:
push:
tags:
- '*'

jobs:
build:
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.3",
"version": "1.1.4",
"description": "Get top10 list from flixpatrol and upload them to trakt",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit d800788

Please sign in to comment.