-
Notifications
You must be signed in to change notification settings - Fork 903
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1292 from ml5js/joeyklee.devops-debugging
chore: try to push with pat
- Loading branch information
Showing
2 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Debugging | |
on: | ||
push: | ||
branches: | ||
- joeyklee.devops-publish-workflow | ||
- joeyklee.devops-debugging | ||
|
||
jobs: | ||
debugging: | ||
|
@@ -31,21 +31,21 @@ jobs: | |
- run: echo "bumping package to ${{ steps.latest_release.outputs.release }}" | ||
# bump the package version | ||
# - run: echo "name ${{ steps.release_drafter.outputs.name }}" | ||
# - run: npm run update:packageVersion ${{ steps.release_drafter.outputs.name }} | ||
- run: npm run update:packageVersion ${{ steps.latest_release.outputs.release }} | ||
# # update the readme | ||
# - run: npm run update:readme | ||
- run: npm run update:readme | ||
# # install to update package-lock.json | ||
# # - run: npm ci | ||
# - name: Commit | ||
# run: | | ||
# git config --global user.name 'ml5' | ||
# git config --global user.email '[email protected]' | ||
# git commit -am "bumps package, readme, and package-lock" | ||
# - name: Push changes | ||
# uses: ad-m/github-push-action@master | ||
# with: | ||
# github_token: ${{ secrets.GITHUB_TOKEN }} | ||
# branch: ${{ github.ref }} | ||
# - run: npm ci | ||
- name: Commit | ||
run: | | ||
git config --global user.name 'ml5' | ||
git config --global user.email '[email protected]' | ||
git commit -am "bumps package, readme, and package-lock" | ||
- name: Push changes | ||
uses: ad-m/github-push-action@master | ||
with: | ||
github_token: ${{ secrets.ML5_LIBRARY_PAT }} | ||
branch: ${{ github.ref }} | ||
# - run: echo "passed npm ci" | ||
# run the build | ||
# - run: npm run build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters