Skip to content

Commit 4b48b74

Browse files
authored
Update sampleapp-ci1.yaml
1 parent e5ce7e5 commit 4b48b74

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/sampleapp-ci1.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,9 @@ jobs:
3838
steps:
3939
- name: get code
4040
uses: actions/checkout@v4
41-
- name: verify
42-
run: mvn package
41+
- name: package
42+
run: mvn package
43+
- name: Publish package
44+
run: mvn --batch-mode deploy
45+
env:
46+
GITHUB_TOKEN: ${{ secrets.PUBLISH_TO_GITHUB_PACKAGES }}

0 commit comments

Comments
 (0)