Skip to content

Commit

Permalink
Release action: remove tag_name
Browse files Browse the repository at this point in the history
While the releases I push have the right assets attached, they are
linked to a wildly outdated "nightly" tag and subsequently have outdated
source code attached. I think this should fix that? Let's find out.
  • Loading branch information
mrwonko committed Oct 3, 2023
1 parent 1e6a787 commit 7d62ee5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: nightly
tag_name: nightly
prerelease: true
body: |
Automatic pre-release build.
Expand Down

0 comments on commit 7d62ee5

Please sign in to comment.