Skip to content

Commit

Permalink
Use the default name for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Jan 23, 2023
1 parent 9337684 commit 3436aa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Create release and upload release asset
uses: softprops/action-gh-release@v1
with:
name: Release ${{ github.ref }}
draft: false
prerelease: false
files: ./target/uberjar/mdr2.jar
Expand Down

0 comments on commit 3436aa1

Please sign in to comment.