diff --git a/.github/workflows/create-version.yml b/.github/workflows/create-version.yml index 448e29cc597..94f089bcd3b 100644 --- a/.github/workflows/create-version.yml +++ b/.github/workflows/create-version.yml @@ -36,7 +36,8 @@ jobs: 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 - + env: + GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }} with: extra_plugins: | @semantic-release/changelog diff --git a/src/app/common/transactions/stacks/post-condition.utils.ts b/src/app/common/transactions/stacks/post-condition.utils.ts index 26105c6c4db..dd19ff055f3 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)[],