Skip to content

21539 - Short name refund history support (#1757) #114

21539 - Short name refund history support (#1757)

21539 - Short name refund history support (#1757) #114

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 }}