Skip to content

Commit

Permalink
Merge pull request #155 from molybdenumsoftware/semantic-release-no-c…
Browse files Browse the repository at this point in the history
…argo-plugin

build(ci): do not use semantic-release-cargo
  • Loading branch information
mightyiam authored Mar 18, 2024
2 parents 22ed5a5 + 7c1259f commit eedbc0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- run: cargo install cargo-edit@^0.12
- uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/changelog@6
@semantic-release-cargo/semantic-release-cargo@2
@semantic-release/exec@6
@semantic-release/git@10
env:
GITHUB_TOKEN: ${{ steps.get-token.outputs.token }}
3 changes: 2 additions & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ plugins:
- preset: conventionalcommits
- "@semantic-release/changelog"
- "@semantic-release/github"
- "@semantic-release-cargo/semantic-release-cargo"
- - "@semantic-release/exec"
- prepareCmd: cargo set-version ${nextRelease.version}
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
Expand Down

0 comments on commit eedbc0e

Please sign in to comment.