Skip to content

Commit

Permalink
fix: another?
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkhan committed Jan 19, 2025
1 parent a50bab2 commit 0e618d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
with:
node-version: "lts/*"
- name: Install dependencies
run: npm i -g semantic-release-rubygem
run:
npm i -g semantic-release-rubygem @semantic-release/git @semantic-release/release-notes-generator @semantic-release/commit-analyzer semantic-release
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
run: semantic-release

0 comments on commit 0e618d3

Please sign in to comment.