@@ -3,7 +3,7 @@ name: Debugging
3
3
on :
4
4
push :
5
5
branches :
6
- - joeyklee.devops-publish-workflow
6
+ - joeyklee.devops-debugging
7
7
8
8
jobs :
9
9
debugging :
@@ -31,21 +31,21 @@ jobs:
31
31
- run : echo "bumping package to ${{ steps.latest_release.outputs.release }}"
32
32
# bump the package version
33
33
# - run: echo "name ${{ steps.release_drafter.outputs.name }}"
34
- # - run: npm run update:packageVersion ${{ steps.release_drafter .outputs.name }}
34
+ - run : npm run update:packageVersion ${{ steps.latest_release .outputs.release }}
35
35
# # update the readme
36
- # - run: npm run update:readme
36
+ - run : npm run update:readme
37
37
# # install to update package-lock.json
38
- # # - run: npm ci
39
- # - name: Commit
40
- # run: |
41
- # git config --global user.name 'ml5'
42
- # git config --global user.email '[email protected] '
43
- # git commit -am "bumps package, readme, and package-lock"
44
- # - name: Push changes
45
- # uses: ad-m/github-push-action@master
46
- # with:
47
- # github_token: ${{ secrets.GITHUB_TOKEN }}
48
- # branch: ${{ github.ref }}
38
+ # - run: npm ci
39
+ - name : Commit
40
+ run : |
41
+ git config --global user.name 'ml5'
42
+ git config --global user.email '[email protected] '
43
+ git commit -am "bumps package, readme, and package-lock"
44
+ - name : Push changes
45
+ uses : ad-m/github-push-action@master
46
+ with :
47
+ github_token : ${{ secrets.ML5_LIBRARY_PAT }}
48
+ branch : ${{ github.ref }}
49
49
# - run: echo "passed npm ci"
50
50
# run the build
51
51
# - run: npm run build
0 commit comments