Skip to content

Commit

Permalink
create build to test autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
mholtzman committed Feb 3, 2025
1 parent dac4378 commit 2f9266c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'develop'
- 'test-autoupdate'

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frame",
"version": "0.6.11",
"version": "0.5.1",
"description": "System-wide web3",
"main": "compiled/main",
"scripts": {
Expand Down

0 comments on commit 2f9266c

Please sign in to comment.