Skip to content

Commit

Permalink
chore: prep wasm release
Browse files Browse the repository at this point in the history
  • Loading branch information
mootz12 committed May 2, 2024
1 parent b9bc3c9 commit ef4cbfa
Show file tree
Hide file tree
Showing 7 changed files with 2,141 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
with:
release_name: ${{ github.ref_name }}
release_description: 'Comet Factory Release'
relative_path: '["factory"]'
package: 'factory'
secrets:
release_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -19,7 +18,6 @@ jobs:
with:
release_name: ${{ github.ref_name }}
release_description: 'Comet Pool Release'
relative_path: '["contracts"]'
package: 'contracts'
secrets:
release_token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/target
/Cargo.lock
diagrams
.soroban
script_output.log
Expand Down
Loading

0 comments on commit ef4cbfa

Please sign in to comment.