We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07e941 commit c50cc0dCopy full SHA for c50cc0d
.github/workflows/release.yml
@@ -3,7 +3,10 @@
3
name: Release artifact
4
5
# Controls when the workflow will run
6
-on: release
+on:
7
+ release:
8
+ types: [published]
9
+
10
11
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
12
jobs:
@@ -26,7 +29,7 @@ jobs:
26
29
- name: Maven Build
27
30
run: mvn package -Dmdep.skip
28
31
- name: Upload to release
- uses: JasonEtco/upload-to-release@master
32
+ uses: ad1tya2/upload-to-release@master
33
with:
34
args: target/AdiAuth*.jar
35
env:
0 commit comments