Skip to content

Commit 4767573

Browse files
committed
Merge branch 'release/1.0.4'
2 parents 3e6d208 + 3cb820e commit 4767573

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.gitlab-ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ stages:
55
- deploy
66

77
before_script:
8-
- echo "$GITHUB_TOKEN"
98
- export GITHUB_TOKEN="$GITHUB_TOKEN"
109
- npm install -g github-release-cli
1110

@@ -16,7 +15,6 @@ deploy:npm:
1615
only:
1716
- tags
1817
script:
19-
- echo "$NPM_TOKEN"
2018
- npm config set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
2119
- npm publish --verbose
2220

@@ -27,6 +25,4 @@ release:github:
2725
only:
2826
- tags
2927
script:
30-
- echo "$CI_COMMIT_TAG"
31-
- echo "$GITHUB_USER"
32-
- github-release upload --owner="$GITHUB_USER" --repo=faparser --tag="$CI_COMMIT_TAG" --name="$CI_COMMIT_TAG" --body="Release \"$CI_COMMIT_TAG\""
28+
- 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.2",
3+
"version": "1.0.4",
44
"description": "Parser for Filmaffinity site",
55
"main": "faparser.js",
66
"scripts": {

0 commit comments

Comments
 (0)