Skip to content

Commit

Permalink
Just use *
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeltumn committed Apr 27, 2024
1 parent 8e8ee13 commit cc61d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build Releases
on:
push:
tags:
- "v[0-9a-zA-Z.]+-[0-9a-zA-Z.]+"
- "v*"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Create Draft Release
uses: softprops/action-gh-release@v1
with:
files: build/libs/autoreconnect-+([0-9a-zA-Z.])-+([0-9a-zA-Z.]).jar
files: build/libs/autoreconnect-*.jar
draft: true

0 comments on commit cc61d1b

Please sign in to comment.