Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test
Browse files Browse the repository at this point in the history
cdivitotawela committed May 14, 2024
1 parent 7b875e7 commit 998f6ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,11 @@ jobs:
# - name: Build
# run: mvn package javadoc:jar source:jar

- run: ls -la /home/runner/work/example-publish-maven-central/example-publish-maven-central/
- run: |
ls -la /home/runner/work/example-publish-maven-central/example-publish-maven-central/
ls -la /home/runner/work/example-publish-maven-central/example-publish-maven-central/.github
ls -la /home/runner/work/example-publish-maven-central/example-publish-maven-central/.github/actions
- name: Publish
uses: ./.github/actions/central-publish@main

0 comments on commit 998f6ff

Please sign in to comment.