Skip to content

Commit

Permalink
Change: Use universal release action, not python specific (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Feb 6, 2023
1 parent 8f21d9f commit 4519c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pontos-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Release with release action
uses: greenbone/actions/release-python@v2
uses: greenbone/actions/release@v2
with:
version: "3.10"
conventional-commits: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-pontos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
version: "3.10"
conventional-commits: true
ref: ${{ github.ref_name }}
github-user: ${{ secrets.GREENBONE_BOT }}
github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }}
github-user-token: ${{ secrets.GREENBONE_BOT_TOKEN }}
Expand Down

0 comments on commit 4519c93

Please sign in to comment.