Skip to content

Commit

Permalink
ci: add option to stable version dapp (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Oct 12, 2023
1 parent eca00dd commit 31fb0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- '@blockchain-lab-um/utils'
- '@blockchain-lab-um/did-provider-key'
- '@blockchain-lab-um/did-provider-ebsi'
- '@blockchain-lab-um/dapp'

# Wait for the workflow to finish before starting a new one
concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/changesets/update-snap-version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (!snapVersion.includes('beta')) {
}

const { stdout } = await execa(
'pnpm nx run-many --target lint:fix -p @blockchain-lab-um/masca @blockchain-lab-um/masca-connector @blockchain-lab-um/dapp',
'pnpm nx run-many --target lint:fix -p @blockchain-lab-um/masca @blockchain-lab-um/masca-connector',
{
shell: true,
}
Expand Down

0 comments on commit 31fb0cc

Please sign in to comment.