We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159cfc7 commit 07ed320Copy full SHA for 07ed320
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v2
34
- run: go build ./cmd/semantic-release/
35
- run: go test -v ./...
36
- - run: ./semantic-release --dry --allow-no-changes
+ - run: ./semantic-release --dry --allow-no-changes --no-ci
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
shell: bash
.gitlab-ci.yml
@@ -13,4 +13,4 @@ build:
13
stage: build
14
script:
15
- go build ./cmd/semantic-release/
16
- - ./semantic-release --dry --allow-no-changes
+ - ./semantic-release --dry --allow-no-changes --no-ci
0 commit comments