Skip to content

Commit

Permalink
alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed May 30, 2024
1 parent aac86a9 commit 506917b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'publish-2.0.0-alpha.1' }}

- name: Assemble
run: ./gradlew assemble -Pversion=2.0.0-alpha.2 -Penable_wasm=true
run: ./gradlew assemble -Pversion=2.0.0-alpha.3 -Penable_wasm=true

- name: Publish artifacts
run: ./gradlew -Pversion=2.0.0-alpha.2 publish -Penable_wasm=true
run: ./gradlew -Pversion=2.0.0-alpha.3 publish -Penable_wasm=true

0 comments on commit 506917b

Please sign in to comment.