Skip to content

Commit

Permalink
ci: bump operator version
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Feb 11, 2024
1 parent 2266820 commit eac1569
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git tag "${SOPS_SEC_OPERATOR_VERSION}"
git push origin --tags
git-chglog "${SOPS_SEC_OPERATOR_VERSION}" > chglog.tmp
gh release create "${SOPS_SEC_OPERATOR_VERSION}" -F chglog.tmp
Expand Down

0 comments on commit eac1569

Please sign in to comment.