Skip to content

Commit

Permalink
Fix publishing via GHA (#5)
Browse files Browse the repository at this point in the history
Pull request: #5
  • Loading branch information
lefou authored Feb 27, 2024
1 parent bf4ff7f commit 073a92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

publish:
needs: [build]
if: github.repository == 'lefou/domino-java' && (startsWith( github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main' && github.event_name == 'workflow_dispatch' ) )
if: github.repository == 'domino-osgi/domino-java' && (startsWith( github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main' && github.event_name == 'workflow_dispatch' ) )

runs-on: ubuntu-latest
concurrency: publish-{{ github.sha }}
Expand Down

0 comments on commit 073a92c

Please sign in to comment.