This commit is contained in:
parent
a61e2d5e9b
commit
2b38873e45
@ -15,14 +15,17 @@ jobs:
|
|||||||
|
|
||||||
- name: Validate YAML
|
- name: Validate YAML
|
||||||
uses: https://github.com/GrantBirki/json-yaml-validate@v2.6.1
|
uses: https://github.com/GrantBirki/json-yaml-validate@v2.6.1
|
||||||
|
|
||||||
- name: Get current timestamp
|
- name: Get current timestamp
|
||||||
id: timestamp
|
id: timestamp
|
||||||
run: echo "::set-output name=date::$(date +'%Y%m%d_%H%M%S')"
|
run: echo "::set-output name=date::$(date +'%Y%m%d_%H%M%S')"
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
if: success()
|
if: success()
|
||||||
uses: https://github.com/ncipollo/release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: '--experimental-fetch'
|
||||||
with:
|
with:
|
||||||
tag: ${{ steps.timestamp.outputs.date }}
|
body: Addition of more automatically parsed PIS Codes
|
||||||
commit: ${{ steps.timestamp.outputs.date }}
|
tag_name: ${{ steps.timestamp.outputs.date }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user