Skip to content

Commit

Permalink
ci: fixing the releaserc for release-semantics (#152)
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy-Yao <[email protected]>
  • Loading branch information
tyao117 authored Nov 21, 2024
1 parent 165244c commit f6ad68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

test:
runs-on: ubuntu-latest
if: "!startsWith(github.event.head_commit.message, 'chore') && !startsWith(github.ref, 'refs/tags/v')"
if: "!startsWith(github.event.head_commit.message, 'chore') && !startsWith(github.event.head_commit.message, 'ci') && !startsWith(github.ref, 'refs/tags/v')"
steps:
- name: setup extensions
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
}
],
"@semantic-release/github"
]
],
"repositoryUrl": "https://github.com/IBM/scc-go-sdk.git"
}

0 comments on commit f6ad68b

Please sign in to comment.