Skip to content

Commit 689e2ca

Browse files
authored
Change: Use universal release action, not python specific (#851)
* Change: Use universal release action, not python specific * Remove PR template
1 parent a4403a6 commit 689e2ca

File tree

3 files changed

+4
-33
lines changed

3 files changed

+4
-33
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/release-pontos-manually.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/release-pontos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)