We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b3e0ac + 9ac146c commit 06ec04aCopy full SHA for 06ec04a
.github/workflows/release-project.yml
@@ -6,7 +6,7 @@ name: Release Project
6
7
on:
8
release:
9
- types: [ released ]
+ types: [ published ]
10
11
jobs:
12
publish:
@@ -42,4 +42,4 @@ jobs:
42
- name: Deploy with Maven to GitHub Packages
43
run: mvn --batch-mode -s custom_maven_settings.xml clean deploy
44
env:
45
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments