Skip to content

Commit

Permalink
Publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 1, 2024
1 parent 10072b0 commit d373b6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on: # yamllint disable-line rule:truthy
jobs:
build:
uses: metaborg/actions/.github/workflows/gradle-publish.yaml@main
with:
gradle-command: |
gradle :convention-plugin:assemble :convention-plugin:publish
secrets:
METABORG_ARTIFACTS_USERNAME: ${{ secrets.METABORG_ARTIFACTS_USERNAME }}
METABORG_ARTIFACTS_PASSWORD: ${{ secrets.METABORG_ARTIFACTS_PASSWORD }}
Expand Down

0 comments on commit d373b6f

Please sign in to comment.