Skip to content

Commit

Permalink
Merge branch 'main' into feat-ipni-query
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos authored Jan 31, 2024
2 parents 597f31a + 74e69e0 commit f669e53
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish
on:
release:
types: [released]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: curl -L ${{ github.event.release.tarball_url }} > source.tar.gz
- uses: filecoin-station/publish-zinnia-module-action@v0
with:
source: source.tar.gz
w3up-private-key: ${{ secrets.W3UP_PRIVATE_KEY }}
w3up-proof: ${{ secrets.W3UP_PROOF }}
w3name-private-key: ${{ secrets.W3NAME_PRIVATE_KEY }}
w3name-revision: ${{ secrets.W3NAME_REVISION }}
2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const SPARK_VERSION = '1.7.0'
export const SPARK_VERSION = '1.7.1'
export const MAX_CAR_SIZE = 200 * 1024 * 1024 // 200 MB
export const APPROX_ROUND_LENGTH_IN_MS = 60 * 60_000 // 1 hour

0 comments on commit f669e53

Please sign in to comment.