diff --git a/.github/workflows/create-version.yml b/.github/workflows/create-version.yml index 380d6b3fcfb..448e29cc597 100644 --- a/.github/workflows/create-version.yml +++ b/.github/workflows/create-version.yml @@ -33,12 +33,11 @@ jobs: node-version: 20 - name: Semantic Release - uses: cycjimmy/semantic-release-action@v3.4.2 + uses: cycjimmy/semantic-release-action@v4.0.0 id: semantic if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository with: - semantic_version: 22.0.0 extra_plugins: | @semantic-release/changelog @semantic-release/git diff --git a/src/app/common/transactions/stacks/post-condition.utils.ts b/src/app/common/transactions/stacks/post-condition.utils.ts index dd19ff055f3..26105c6c4db 100644 --- a/src/app/common/transactions/stacks/post-condition.utils.ts +++ b/src/app/common/transactions/stacks/post-condition.utils.ts @@ -90,7 +90,7 @@ export function getPostConditionCodeMessage( * the signing process. One can assume that if the post * condition has the principal set to the same value as the * `stxAddress` value, it should be updated when they switch - * accounts. + * accounts */ export function handlePostConditions( postConditions: (PostCondition | string)[],