Skip to content

Commit

Permalink
valhalla foconis-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nPraml committed Nov 6, 2024
1 parent 5770db0 commit 9ec7424
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/valhalla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ jobs:
key: build-${{ env.cache-name }}
- name: Maven version
run: mvn --version
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
# - name: Prepare
# run: ./jakarta-to-valhalla.sh
- name: Build with Maven
run: mvn package
run: mvn package -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9ec7424

Please sign in to comment.