Skip to content

Commit a191fb6

Browse files
committed
Merge branch 'release/1.0.8'
2 parents a5daa4e + 0099251 commit a191fb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ release:github:
2424
only:
2525
- tags
2626
script:
27-
- npm install -g github-release-cli
27+
- npm install -g github-release-cli@1.3.1
2828
- github-release upload --owner="$GITHUB_USER" --repo=faparser --tag="$CI_COMMIT_TAG" --name="$CI_COMMIT_TAG" --body="Release $CI_COMMIT_TAG"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faparser",
3-
"version": "1.0.7.1",
3+
"version": "1.0.8",
44
"description": "Parser for Filmaffinity site",
55
"main": "faparser.js",
66
"scripts": {

0 commit comments

Comments
 (0)