Skip to content

Commit

Permalink
ci: set also upstream edc version on technology nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Sep 19, 2024
1 parent abc17b0 commit c8abd42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/technology-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ jobs:
needs.Secrets-Presence.outputs.HAS_OSSRH
steps:
- uses: actions/checkout@v4
- uses: eclipse-edc/.github/.github/actions/publish-maven-artifacts@main
- uses: eclipse-edc/.github/.github/actions/set-project-version@main
with:
version: ${{ needs.Determine-Version.outputs.VERSION }}
- uses: eclipse-edc/.github/.github/actions/publish-maven-artifacts@main
with:
gpg-private-key: ${{ secrets.ORG_GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }}
osshr-username: ${{ secrets.ORG_OSSRH_USERNAME }}
Expand Down

0 comments on commit c8abd42

Please sign in to comment.