Removing ether and @ethersproject from the pelagus codebase #67
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Dev | |
on: | |
pull_request: | |
types: [closed] | |
branches: ["main"] | |
jobs: | |
buildDeployDev: | |
uses: ./.github/workflows/build.yml | |
secrets: | |
GH_PAT: ${{ secrets.GH_PAT }} | |
GPG_PRIVATE_KEY2: ${{ secrets.GPG_PRIVATE_KEY2 }} | |
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }} | |
with: | |
update_version_command: npm version prerelease --preid=pre --no-git-tag-version | |
update_version: false |