Skip to content

Commit

Permalink
chore: rename release please tag
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Jan 24, 2025
1 parent f40ae15 commit e26621e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
cli-release-created: ${{ steps.release.outputs['release_created'] }}
server-release-created: ${{ steps.release.outputs['release_created'] }}
helm-release-created: ${{ steps.release.outputs['charts/gitops--release_created'] }}
cli-version: ${{ steps.release.outputs['tag_name'] }}
server-version: server-v${{ steps.release.outputs['major'] }}.${{ steps.release.outputs['minor']}}.${{steps.release.outputs['patch']}}
server-version: ${{ steps.release.outputs['tag_name'] }}
helm-version: ${{ steps.release.outputs['charts/gitops--tag_name'] }}
sha: ${{ steps.release.outputs.sha }}
steps:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
name: Build and Push Docker Image
uses: uptick/actions/.github/workflows/ci.yaml@main
needs: release-please
if: ${{ needs.release-please.outputs.server-version }}
if: ${{ needs.release-please.outputs.server-release-created}}
secrets:
SECRET_ENV: "${{ secrets.CLUSTER_KEY }}"
#https://github.com/uptick/actions/blob/main/.github/workflows/ci.yaml
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": {
".": {
"package-name": "cli",
"package-name": "gitops",
"release-type": "python",
"changelog-path": "CHANGELOG.md",
"exclude-paths": [
Expand Down

0 comments on commit e26621e

Please sign in to comment.