Skip to content

Commit

Permalink
test windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lzgabel committed Dec 12, 2022
1 parent ac38d92 commit 82a8e76
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create GitHub release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
TAG=$(git describe --tags --abbrev=0)
gh release create $TAG --draft --title $TAG

Build_release:
needs: Pre_release
Expand Down

0 comments on commit 82a8e76

Please sign in to comment.