Skip to content

Commit

Permalink
Merge pull request #8 from AI-Champions/ci-for-releasing
Browse files Browse the repository at this point in the history
Ci for releasing
  • Loading branch information
darielnoel authored Jul 16, 2024
2 parents 671387d + 899ce77 commit 98f70ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
- name: Push changes and tags
run: |
git push origin main --follow-tags
env:
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}

- name: Publish to npm
run: npm publish
Expand Down

0 comments on commit 98f70ea

Please sign in to comment.