Skip to content

Commit

Permalink
chore: update canary release action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShaito committed Aug 8, 2024
1 parent 5f69695 commit 08b5091
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/interfaces-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Canary Release

on: workflow_dispatch

# 1) Fill the project name to be used in NPM
env:
PROJECT_NAME: @defi-wonderland/prophet-core

# 2) Remove the following line if you wish to export your Solidity contracts and interfaces and publish them to NPM
if: false

jobs:
# 1) Fill the project name to be used in NPM
env:
PROJECT_NAME: '@defi-wonderland/prophet-core'

# 2) Remove the following line if you wish to export your Solidity contracts and interfaces and publish them to NPM
if: false
export:
name: Generate Interfaces And Contracts
runs-on: ubuntu-latest
Expand Down

0 comments on commit 08b5091

Please sign in to comment.