Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 18, 2023
1 parent 483f0ae commit 316c67a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/app/common/transactions/stacks/post-condition.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)[],
Expand Down

0 comments on commit 316c67a

Please sign in to comment.