From 2b38873e450e484836427ab0c844cbd2380e8fb8 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Feb 2024 14:19:33 +0000 Subject: [PATCH] Mayne tjos --- .gitea/validate-yaml.js | 0 .gitea/workflows/generate.yaml | 11 +++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 .gitea/validate-yaml.js diff --git a/.gitea/validate-yaml.js b/.gitea/validate-yaml.js deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/workflows/generate.yaml b/.gitea/workflows/generate.yaml index 73120fc..8243e10 100644 --- a/.gitea/workflows/generate.yaml +++ b/.gitea/workflows/generate.yaml @@ -15,14 +15,17 @@ jobs: - name: Validate YAML uses: https://github.com/GrantBirki/json-yaml-validate@v2.6.1 - + - name: Get current timestamp id: timestamp run: echo "::set-output name=date::$(date +'%Y%m%d_%H%M%S')" - 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 }} \ No newline at end of file + body: Addition of more automatically parsed PIS Codes + tag_name: ${{ steps.timestamp.outputs.date }} +