Skip to content

18790 - Use newer version of library for correct holidays - which inc… #594

18790 - Use newer version of library for correct holidays - which inc…

18790 - Use newer version of library for correct holidays - which inc… #594

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