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 c230752 commit 44785b9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ jobs:
# git commit -m "Add changes" -a
- name: Bump up the patch version 🕹️ -
run: npm version patch -m " %$ " -f
- run: git checkout main
- run: git push

- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
# - name: Push changes
# uses: ad-m/github-push-action@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: main

- run: git checkout main & git push
# Publish to npm
Expand Down

0 comments on commit 44785b9

Please sign in to comment.