Skip to content

Commit

Permalink
chore!: trying to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
disyakidneyshot committed Apr 3, 2024
1 parent 705a8fa commit 553d6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- run: yarn install --frozen-lockfile
- run: git config user.email "pmalyshev@devexperts.com"
- run: git config user.name "dxpm"
- run: npm version from-git --no-git-tag-version
- run: npm version from-git
# - run: git commit -a -m "ci:bump package version"
# - run: git push https://${{ github.actor }}:${{ github.token }}@github.com/${{ github.repository }}.git ${{ github.ref }}
- run: git push https://${{ github.actor }}:${{ github.token }}@github.com/${{ github.repository }}.git ${{ github.ref }}
# - run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPMJS_DEVEXPERTS_BOT_PUBLISH_TOKEN}}

0 comments on commit 553d6c7

Please sign in to comment.