Skip to content

Commit

Permalink
core: semantic release cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
alesbrelih committed Apr 4, 2024
1 parent 34a552c commit 8d3a9a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ jobs:
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
semantic-release-cargo
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 8d3a9a3

Please sign in to comment.