Mayne tjos
PIS Generate / validate_and_release (push) Successful in 17s Details

This commit is contained in:
Fred Boniface 2024-02-22 14:19:33 +00:00
parent a61e2d5e9b
commit 2b38873e45
2 changed files with 7 additions and 4 deletions

View File

@ -22,7 +22,10 @@ jobs:
- name: Create Release
if: success()
uses: https://github.com/ncipollo/release-action@v1
uses: akkuman/gitea-release-action@v1
env:
NODE_OPTIONS: '--experimental-fetch'
with:
tag: ${{ steps.timestamp.outputs.date }}
commit: ${{ steps.timestamp.outputs.date }}
body: Addition of more automatically parsed PIS Codes
tag_name: ${{ steps.timestamp.outputs.date }}