diff --git a/.github/workflows/release-pontos-manually.yml b/.github/workflows/release-pontos-manually.yml index f50bf823..5760e009 100644 --- a/.github/workflows/release-pontos-manually.yml +++ b/.github/workflows/release-pontos-manually.yml @@ -11,15 +11,16 @@ on: jobs: build-and-release: name: Build and release with pontos - runs-on: 'ubuntu-latest' + runs-on: "ubuntu-latest" steps: - - name: Release with release action - uses: greenbone/actions/release@v1 - with: - ref: ${{ github.event.inputs.branch }} - github-user: ${{ secrets.GREENBONE_BOT }} - github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }} - github-user-token: ${{ secrets.GREENBONE_BOT_TOKEN }} - gpg-key: ${{ secrets.GPG_KEY }} - gpg-fingerprint: ${{ secrets.GPG_FINGERPRINT }} - gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }} + - name: Release with release action + uses: greenbone/actions/release@v2 + with: + conventional-commits: true + ref: ${{ github.event.inputs.branch }} + github-user: ${{ secrets.GREENBONE_BOT }} + github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }} + github-user-token: ${{ secrets.GREENBONE_BOT_TOKEN }} + gpg-key: ${{ secrets.GPG_KEY }} + gpg-fingerprint: ${{ secrets.GPG_FINGERPRINT }} + gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}