Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-7885 authored Jul 12, 2021
1 parent 5ce4fd4 commit c35b839
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v2
# with:
# token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
# - run: git config --global user.name 'AJ'
# - run: git config --global user.email '42003122+code7885@users.noreply.github.com'
with:
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
- run: git config --global user.name 'AJ'
- run: git config --global user.email '42003122+code7885@users.noreply.github.com'
# Setup .npmrc file to publish to npm

- uses: actions/setup-node@v2
Expand All @@ -26,10 +26,10 @@ jobs:
- run: npm install


- name: Commit files
run: |
git config --local user.email "42003122+code7885@users.noreply.github.com"
git config --local user.name "AJ"
# - name: Commit files
# run: |
# git config --local user.email "42003122+code7885@users.noreply.github.com"
# git config --local user.name "AJ"
# git commit -m "Add changes" -a
- name: Bump up the patch version 🕹️ -
run: npm version patch -m " %$ " -f
Expand Down

0 comments on commit c35b839

Please sign in to comment.