Skip to content

Commit c50cc0d

Browse files
authored
Fix release
1 parent e07e941 commit c50cc0d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
name: Release artifact
44

55
# Controls when the workflow will run
6-
on: release
6+
on:
7+
release:
8+
types: [published]
9+
710

811
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
912
jobs:
@@ -26,7 +29,7 @@ jobs:
2629
- name: Maven Build
2730
run: mvn package -Dmdep.skip
2831
- name: Upload to release
29-
uses: JasonEtco/upload-to-release@master
32+
uses: ad1tya2/upload-to-release@master
3033
with:
3134
args: target/AdiAuth*.jar
3235
env:

0 commit comments

Comments
 (0)