Skip to content

Commit

Permalink
Update make-release.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Sergi Castro <[email protected]>
  • Loading branch information
sergicastro authored Nov 8, 2024
1 parent 23102d4 commit b574071
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/make-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Create Release

permissions:
contents: write
checks: write

on:
workflow_dispatch:
Expand Down Expand Up @@ -51,10 +52,16 @@ jobs:
branch: sergicastro-patch-1
rebase: true
- name: Create the release tag
uses: ncipollo/release-action@v1
with:
# tag: ${{ github.event.inputs.version }}
tag: v0.0.0-tetrate-v0
uses: hole19/git-tag-action@master
env:
TAG: v0.0.0-tetrate-v0
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Create the release tag
# uses: ncipollo/release-action@v1
# with:
# # tag: ${{ github.event.inputs.version }}
# branch: sergicastro-patch-1
# tag: v0.0.0-tetrate-v0
# - name: Create and push the new tag
# run: |
# git add kubegres.yaml config/manager/kustomization.yaml
Expand Down

0 comments on commit b574071

Please sign in to comment.