Skip to content

Commit

Permalink
Fix node package bug
Browse files Browse the repository at this point in the history
  • Loading branch information
badkk committed Sep 24, 2021
1 parent 2a4d211 commit 2af305a
Show file tree
Hide file tree
Showing 4 changed files with 3,364 additions and 416 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/[email protected]
- name: Crust IPFS uploader action
id: pin
uses: crustio/[email protected].1
uses: crustio/[email protected].2
with:
path: './.github/workflows/build'
seeds: ${{ secrets.CRUST_SEEDS }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This action upload your website to IPFS through [IPFS W3Auth Gateway](https://wi
## Example usage

```yaml
uses: crustio/[email protected].1
uses: crustio/[email protected].2
with:
path: './build'
seeds: ${{ secrets.SUBSTRATE_SEEDS }}
Expand Down
Loading

0 comments on commit 2af305a

Please sign in to comment.