Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Oct 2, 2024
1 parent 5ddb9d6 commit f7d198d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- name: Release
# env:
# GITHUB_TOKEN: ${{ secrets.GIT_PERSONAL_TOKEN }}
run: npx semantic-release
run: |
npm install
npx semantic-release
# - name: Release description
# env:
Expand Down

0 comments on commit f7d198d

Please sign in to comment.