Skip to content

Commit

Permalink
Fix snapshot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 22, 2024
1 parent c411116 commit 6207a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: metaborg/actions/.github/workflows/gradle-publish.yaml@main
with:
gradle-command: |
gradle assemble publish -Pgitonium.isSnapshot=true
gradle :convention-plugin:publish -Pgitonium.isSnapshot=true
gradle-version-command: |
gradle -q :convention-plugin:printVersion -Pgitonium.isSnapshot=true
if: "github.event_name == 'push' && github.ref == 'refs/heads/main'"
Expand Down

0 comments on commit 6207a61

Please sign in to comment.