Skip to content

Commit

Permalink
Restore wasm to the publish job (#1322)
Browse files Browse the repository at this point in the history
I believe it's ready.

This reverts commit 1be4621.
  • Loading branch information
squarejesse authored Aug 2, 2023
1 parent 386d18f commit 28c43f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Upload Artifacts
run: |
./gradlew clean publish -Dkwasm=false --stacktrace
./gradlew clean publish --stacktrace
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
Expand Down

0 comments on commit 28c43f1

Please sign in to comment.