File tree 1 file changed +3
-17
lines changed
1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -19,28 +19,14 @@ jobs:
19
19
- uses : actions/setup-node@v3
20
20
with :
21
21
node-version-file : ' .nvmrc'
22
-
22
+
23
23
- run : npm ci
24
24
25
- - run : npm run package
26
-
27
- - name : Publish if version has been updated
28
- uses : pascalgn/npm-publish-action@1.3.9
29
- with :
30
- tag_name : " %s"
31
- create_tag : " true"
32
- commit_pattern : " ^chore: release (\\ S+)"
33
- workspace : " ./dist/ng-tagcanvas"
34
- publish_command : " npm"
35
- env :
36
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
- NPM_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
38
-
39
25
- run : npm run build -- --base-href /ng-tagcanvas/ --deploy-url /ng-tagcanvas/
40
26
41
- - name : Deploy page
27
+ - name : Deploy
42
28
uses : peaceiris/actions-gh-pages@v3
43
29
if : github.ref == 'refs/heads/master'
44
30
with :
45
31
github_token : ${{ secrets.GITHUB_TOKEN }}
46
- publish_dir : ./dist/ng-tagcanvas-example
32
+ publish_dir : ./dist/ng-tagcanvas-example
You can’t perform that action at this time.
0 commit comments