Skip to content

Commit

Permalink
ci: use internal update-semver action (#28)
Browse files Browse the repository at this point in the history
Use internal addonfactory-update-semver action

JIRA: https://splunk.atlassian.net/browse/ADDON-68596
  • Loading branch information
mbruzda-splunk committed May 27, 2024
1 parent 8c2490a commit 948bd4a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,16 @@ jobs:
passphrase: ${{ secrets.SA_GPG_PASSPHRASE }}

update-semver:
name: Move Respository semver tags
if: startsWith(github.ref, 'refs/tags/v')
needs: build_action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haya14busa/action-update-semver@v1
- uses: splunk/addonfactory-update-semver@v1
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 }}

0 comments on commit 948bd4a

Please sign in to comment.