Skip to content

Commit 0bc544a

Browse files
committed
Allow publishing snapshot builds (hopefully)
1 parent 47b683e commit 0bc544a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
tags:
55
- '*.*.*'
6+
- '*.*.*-SNAPSHOT'
67
jobs:
78
release:
89
runs-on: ubuntu-latest
@@ -31,4 +32,4 @@ jobs:
3132
files: |
3233
./build/libs/mclogs-*.jar
3334
body_path: ${{ github.workspace }}/CHANGELOG.md
34-
name: v${{ github.ref_name }}
35+
name: v${{ github.ref_name }}

0 commit comments

Comments
 (0)