File tree Expand file tree Collapse file tree 3 files changed +4
-33
lines changed
Expand file tree Collapse file tree 3 files changed +4
-33
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ jobs:
1313 runs-on : ' ubuntu-latest'
1414 steps :
1515 - name : Release with release action
16- uses : greenbone/actions/release-python @v2
16+ uses : greenbone/actions/release@v2
1717 with :
1818 version : 3.8
1919 conventional-commits : true
20+ ref : ${{ github.event.inputs.branch }}
2021 github-user : ${{ secrets.GREENBONE_BOT }}
2122 github-user-mail : ${{ secrets.GREENBONE_BOT_MAIL }}
2223 github-user-token : ${{ secrets.GREENBONE_BOT_TOKEN }}
Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ jobs:
1212 runs-on : ' ubuntu-latest'
1313 steps :
1414 - name : Release with release action
15- uses : greenbone/actions/release-python @v2
15+ uses : greenbone/actions/release@v2
1616 with :
1717 version : 3.8
1818 conventional-commits : true
19+ ref : ${{ github.ref_name }}
1920 github-user : ${{ secrets.GREENBONE_BOT }}
2021 github-user-mail : ${{ secrets.GREENBONE_BOT_MAIL }}
2122 github-user-token : ${{ secrets.GREENBONE_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments