Skip to content

Commit

Permalink
Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
romanovich23 committed Dec 10, 2024
1 parent cfc3402 commit cee9312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
needs: build
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
permissions:
contents: read
issues: write

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<!--suppress UnresolvedMavenProperty -->
<url>https://maven.pkg.github.com/${GITHUB_REPOSITORY}</url>
<url>https://maven.pkg.github.com/iobuilders/eventeum</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit cee9312

Please sign in to comment.