Skip to content

23942_p2 - Small fix for other payment methods than DIRECT_PAY (#1796) #119

23942_p2 - Small fix for other payment methods than DIRECT_PAY (#1796)

23942_p2 - Small fix for other payment methods than DIRECT_PAY (#1796) #119

Workflow file for this run

name: Draft release
on:
push:
branches:
- main
jobs:
draft-release:
runs-on: ubuntu-20.04
steps:
- name: Get current date
id: date
run: echo "::set-output name=release-name::Payment Services $(date +'%B, %Y') Release"
- uses: release-drafter/release-drafter@v5
with:
name: "${{ steps.date.outputs.release-name }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}