Skip to content

Commit

Permalink
Introduce automated releases in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrBooyah committed Nov 27, 2022
1 parent fc65e61 commit 6595ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
title: Development Build
files: |
LICENSE.txt
*.jar
**/*.jar
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
prerelease: false
files: |
LICENSE.txt
*.jar
**/*.jar

0 comments on commit 6595ce8

Please sign in to comment.