File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 5
5
- deploy
6
6
7
7
before_script :
8
- - echo "$GITHUB_TOKEN"
9
8
- export GITHUB_TOKEN="$GITHUB_TOKEN"
10
9
- npm install -g github-release-cli
11
10
@@ -16,7 +15,6 @@ deploy:npm:
16
15
only :
17
16
- tags
18
17
script :
19
- - echo "$NPM_TOKEN"
20
18
- npm config set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
21
19
- npm publish --verbose
22
20
@@ -27,6 +25,4 @@ release:github:
27
25
only :
28
26
- tags
29
27
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"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " faparser" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Parser for Filmaffinity site" ,
5
5
"main" : " faparser.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments