Skip to content

Commit

Permalink
[DEV] enable Github action to update latest release (#178)
Browse files Browse the repository at this point in the history
enable updating latest tag and release

before this change, the release was a "draft release" and creating it again (by another push) was not working
  • Loading branch information
treee111 authored Feb 5, 2023
1 parent 1119db5 commit f4143fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/git-release-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UNRELEASED: "update"
ALLOW_EMPTY_CHANGELOG: true
DRAFT_RELEASE: true
with:
args: |
dist/*.zip
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/git-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UNRELEASED: "update"
ALLOW_EMPTY_CHANGELOG: true
DRAFT_RELEASE: true
with:
args: |
dist/*.zip
Expand Down

0 comments on commit f4143fc

Please sign in to comment.