Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
vesla0x1 committed Apr 9, 2024
1 parent b7d12e3 commit 3d0cb83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .deploy/ipfs_deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function IPFSDeploy(){

console.log(`unpinned: ${unpinned}`);

console.log('publishion on IPNS...')
console.log('publishing on IPNS...')
const r = await client.name.publish(`${newPublicDirCID}`, { key });

console.log('new version available on:');
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
environment: production
env:
CIDS_FILENAME: '/tmp/cids'
CIDS_FILE_PATH: '/tmp/cids'
PINATA_PIN_NAME: ${{ vars.PINATA_PIN_NAME }}

steps:
Expand Down

0 comments on commit 3d0cb83

Please sign in to comment.