Skip to content

Commit

Permalink
Fix workflow reference paths
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Aug 17, 2024
1 parent 9afc90c commit 8ee434c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
release:
uses: ldtteam/operapublicacreator/github/workflows/gradle.publish.yaml@ng7
uses: ldtteam/operapublicacreator/.github/workflows/gradle.publish.yaml@ng7
with:
java: 21
curse_release_type: ${{ contains(github.ref, 'release') && 'release' || 'beta' }}
Expand Down

0 comments on commit 8ee434c

Please sign in to comment.