We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea380fb commit fcc691fCopy full SHA for fcc691f
1 file changed
.github/workflows/ant.yml
@@ -6,8 +6,11 @@ name: Java CI
6
on:
7
push:
8
branches: [ master ]
9
+ tags:
10
+ - "*"
11
pull_request:
12
13
+
14
15
jobs:
16
build:
@@ -31,5 +34,7 @@ jobs:
31
34
if: startsWith(github.ref, 'refs/tags/')
32
35
with:
33
36
files: dist/lwjgl-2.9.4.zip
37
+ tag_name: ${{ github.ref }}
38
+ name: Release ${{ github.ref }}
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments