Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Jun 2, 2023
1 parent 0434d6d commit 868c371
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
git config --global user.name "Ayanel CI"
git config --global user.email "otiai10+ayanel-ci@gmail.com"
git add package.json package-lock.json
REPO="https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git"
echo ${{ github.actor }}
echo ${{ github.repository }}
git commit -m "Bump version"
git push ${REPO} HEAD:main --tags --follow-tags
git push
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 868c371

Please sign in to comment.