Skip to content

Commit

Permalink
update post release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Oct 16, 2024
1 parent d796a4f commit 6468f34
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/post-prod-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ jobs:
find: 'release-'
replace: 'v'

# - name: Create Release
# uses: softprops/[email protected]
# with:
# name: ${{ steps.tag_name.outputs.value }}
# tag_name: ${{ steps.tag_name.outputs.value }}
# target_commitish: master
# body: |
# ${{ github.event.pull_request.body }}
# token: ${{ env.GITHUB_TOKEN }}
# draft: false
# prerelease: false
- name: Create Release
uses: softprops/[email protected]
with:
name: ${{ steps.tag_name.outputs.value }}
tag_name: ${{ steps.tag_name.outputs.value }}
target_commitish: master
body: |
${{ github.event.pull_request.body }}
token: ${{ env.GITHUB_TOKEN }}
draft: false
prerelease: false

- name: Get Current Default Branch and Set Tag Name
id: get_default_branch
Expand Down Expand Up @@ -107,4 +107,4 @@ jobs:
# Create the new branch from master
git checkout -b $new_release_branch master
# git push origin $new_release_branch
git push origin $new_release_branch

0 comments on commit 6468f34

Please sign in to comment.