Skip to content

Commit

Permalink
Update publish-releases.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anssari1 authored Nov 28, 2023
1 parent 394f12a commit 619b532
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
run: npx semantic-release
run: |
pwd
cat .releaserc.json
npx semantic-release

0 comments on commit 619b532

Please sign in to comment.