Skip to content

Commit

Permalink
Add publishing to the MavenLocal step into CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
JSMonk committed Sep 6, 2024
1 parent 7c5fd5d commit c1df017
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Publish local Storytale plugin
run: ./gradlew publishToMavenLocal

- name: Run Gradle Tasks
run: ./gradlew :examples:wasmJsBrowserStoriesProductionExecutableDistribution

Expand Down

0 comments on commit c1df017

Please sign in to comment.