Skip to content

Commit

Permalink
Another attempt at excel release process
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed Jun 1, 2023
1 parent a37bf6b commit 4773212
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ExcelDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
tag: "latest"

0 comments on commit 4773212

Please sign in to comment.