Skip to content

Commit

Permalink
release should not be created
Browse files Browse the repository at this point in the history
  • Loading branch information
thijslemmens committed Jun 29, 2023
1 parent 74b00e5 commit bd1bc9b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

- name: Download and Upload Artifacts
run: |
for goos in windows linux darwin; do
Expand Down

0 comments on commit bd1bc9b

Please sign in to comment.