Skip to content

Commit

Permalink
Deploy to Wally from CI (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel authored Nov 9, 2024
1 parent faa1625 commit 1e89a66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
- name: Build
run: lune run build -- --target prod --output ${{ env.MODEL_FILE }}

- name: Login to Wally registry
run: wally login --token ${{ secrets.WALLY_REGISTRY_TOKEN }}

- name: Publish to Wally
if: ${{ github.event.release }}
run: wally publish

- uses: softprops/action-gh-release@v1
if: ${{ github.event.release }}
with:
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flipbook-labs/storyteller"
version = "0.4.1"
version = "0.4.2"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit 1e89a66

Please sign in to comment.