Skip to content

Commit

Permalink
#96: Only release the starter itself, not the parent and the samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Jan 12, 2021
1 parent 3799f1d commit 6a2e175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup Java for publishing to GitHub Packages (only with Java 8)
- name: Setup Java for publishing to GitHub Packages
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Publish SNAPSHOT version to GitHub Packages
run: mvn -B --no-transfer-progress deploy
run: mvn -B --no-transfer-progress deploy --projects cxf-spring-boot-starter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6a2e175

Please sign in to comment.