Skip to content

Commit

Permalink
fix: triger release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 18, 2023
1 parent a7f31d3 commit 483f0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 483f0ae

Please sign in to comment.