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