From 47732128d3eecb3bda4e7daf24677ba4faee83e7 Mon Sep 17 00:00:00 2001 From: Gavin Brennan Date: Thu, 1 Jun 2023 09:25:40 +0200 Subject: [PATCH] Another attempt at excel release process --- .github/workflows/ExcelDeploy.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ExcelDeploy.yml b/.github/workflows/ExcelDeploy.yml index 46353953..9259ef5f 100644 --- a/.github/workflows/ExcelDeploy.yml +++ b/.github/workflows/ExcelDeploy.yml @@ -46,11 +46,18 @@ jobs: with: name: QwackExcel.Next path: ./QwackExcel.zip + + - name: Create Tag + uses: rickstaa/action-create-tag@v1 + id: "tag_create" + with: + tag: "latest" + tag_exists_error: false + message: "Latest release" - name: Release uses: ncipollo/release-action@v1 with: name: QwackExcel.Next artifacts: QwackExcel.zip - tag: latest - commit: latest \ No newline at end of file + tag: "latest" \ No newline at end of file