Skip to content

Commit

Permalink
fix(ci): replace cycjimmy/semantic-release-action@v4 plugin with manu…
Browse files Browse the repository at this point in the history
…al commands
  • Loading branch information
seansica committed Oct 18, 2024
1 parent 6645e65 commit 2687c24
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,19 @@ jobs:
node-version: '22.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@mitre-attack'
# - name: Semantic Release
# uses: cycjimmy/semantic-release-action@v4
# with:
# extra_plugins: |
# @semantic-release/commit-analyzer
# @semantic-release/release-notes-generator
# @semantic-release/npm
# @semantic-release/github
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/npm
@semantic-release/github
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2687c24

Please sign in to comment.