File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 - name : Set git config
5656 run :
git config user.email "[email protected] " && git config user.name "dcne-automation" 5757 - name : Commit
58- run : git add -u && git status && git commit -m "[ignore] Update Changelog and annotation_unsupported.go for new release ( ${{ steps.vars.outputs.version }}) "
58+ run : git add -u && git status && git commit -m "[ignore] Update CHANGELOG.md for ${{ steps.vars.outputs.version }} release "
5959 - name : Branch & Push
6060 run : git checkout -b release_pr && git push --set-upstream origin release_pr --force && git clean -f -d
6161
6868 - run : gh pr edit release_pr --title "Pre-Release PR (${{ steps.vars.outputs.version }})"
6969 if : steps.pr.outcome == 'failure'
7070 env :
71- GH_TOKEN : ${{ secrets.DCNE_AUTO_TOKEN }}
71+ GH_TOKEN : ${{ secrets.DCNE_AUTO_TOKEN }}
You can’t perform that action at this time.
0 commit comments