Skip to content

Commit

Permalink
ci: use proper action for a release (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored May 8, 2024
1 parent 5701c04 commit 72ee994
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,14 @@ jobs:
labels: ${{ steps.docker_action_meta.outputs.labels }}
cache-to: type=inline

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3.1.1
with:
semantic_version: 19.0.2
extra_plugins: |
@semantic-release/exec
@semantic-release/git
- uses: splunk/semantic-release-action@v1.3
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}
with:
git_committer_name: ${{ secrets.SA_GH_USER_NAME }}
git_committer_email: ${{ secrets.SA_GH_USER_EMAIL }}
gpg_private_key: ${{ secrets.SA_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.SA_GPG_PASSPHRASE }}

update-semver:
name: Move Respository semver tags
Expand Down

0 comments on commit 72ee994

Please sign in to comment.