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.
1 parent aea2a17 commit 2f349bfCopy full SHA for 2f349bf
.github/workflows/maven-publish.yml
@@ -5,7 +5,7 @@ name: Maven Package
5
6
on:
7
release:
8
- types: [created]
+ types: [edited]
9
10
jobs:
11
build:
@@ -25,6 +25,6 @@ jobs:
25
run: mvn -B package --file pom.xml
26
27
- name: Publish to GitHub Packages Apache Maven
28
- run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
+ run: mvn deploy -Dregistry=https://maven.pkg.github.com/assertthat
29
env:
30
GITHUB_TOKEN: ${{ github.token }}
0 commit comments