Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kabir-Ivan committed Jul 2, 2024
1 parent 049c747 commit bbe0839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org
- run: npm ci
- run: npm run build
# - run: npm run build
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "y-infra"
- run: npm run release -- --release-as patch
- run: npm publish --dry-run
- run: git push --follow-tags --dry-run
- run: git push origin master --follow-tags --dry-run
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit bbe0839

Please sign in to comment.