Skip to content

Commit

Permalink
Excel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed Jun 1, 2023
1 parent 4773212 commit dfe20df
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ExcelDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,16 @@ jobs:
name: QwackExcel.Next
path: ./QwackExcel.zip

- name: Create Tag
uses: rickstaa/action-create-tag@v1
id: "tag_create"
- name: Create tag
uses: actions/github-script@v5
with:
tag: "latest"
tag_exists_error: false
message: "Latest release"
script: |
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/latest',
sha: context.sha
})
- name: Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit dfe20df

Please sign in to comment.