Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Feb 15, 2024
1 parent 54f9c65 commit 1ffaa01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
type: boolean
required: false
default: false
description: 'Use this to skip: gosec, gosec-cosmos, nosec_alert,check-changelog, check-upgrade-uandler-updated, build-test, smoke-test and go straight to approval step.'

concurrency:
group: publish-release
Expand Down Expand Up @@ -421,7 +422,7 @@ jobs:
minimum-approvals: 1
issue-title: "[Release] Approval, version: ${{ github.event.inputs.version }}"
issue-body: "Once approved the release pipeline will continue."
exclude-workflow-initiator-as-approver: true
exclude-workflow-initiator-as-approver: false
additional-approved-words: ''
additional-denied-words: ''

Expand Down Expand Up @@ -481,7 +482,7 @@ jobs:
git push --tags
fi
- name: Create GitHub Release on Pull Request
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.PAT_GITHUB_SERVICE_ACCT }}
Expand Down

0 comments on commit 1ffaa01

Please sign in to comment.