Skip to content

Commit

Permalink
Fix workflow for uploading to Github Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Oct 21, 2024
1 parent 5e14ea0 commit 5f491d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up Maven 3.9.5
Expand All @@ -30,6 +31,8 @@ jobs:
path: releng/org.eclipse.epsilon.emc.rdf.updatesite/target/repository
- name: Deploy Maven artifact
run: mvn -B -f pom-plain.xml clean deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
upload-site:
needs: build
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
Expand Down

0 comments on commit 5f491d6

Please sign in to comment.