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 b742b2f commit a0fe565Copy full SHA for a0fe565
.github/workflows/maven-publish.yml
@@ -23,12 +23,10 @@ jobs:
23
server-id: github
24
settings-path: ${{ github.workspace }}
25
26
- - name: Build with Maven
27
- run: ./mvnw --batch-mode --no-transfer-progress package --file pom.xml
28
-
29
- name: Publish to GitHub Packages Apache Maven
30
run: |
31
- ./mvnw --batch-mode changesets:release
+ ./mvnw --batch-mode install
+ ./mvnw --batch-mode se.fortnox.changesets:changesets-maven-plugin:$(cat .changeset/VERSION):release
32
./mvnw --batch-mode deploy -s $GITHUB_WORKSPACE/settings.xml
33
env:
34
GITHUB_TOKEN: ${{ github.token }}
0 commit comments