Skip to content

Commit 3e2e92a

Browse files
committed
ci: disable release step until build and tests are finished
1 parent 1a8db80 commit 3e2e92a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
node-version: 12
4444
- name: Install project
4545
run: npm ci --ignore-scripts
46-
- name: Release
47-
env:
48-
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
49-
GIT_AUTHOR_NAME: vidavidorra-release
50-
GIT_AUTHOR_EMAIL: [email protected]
51-
GIT_COMMITTER_NAME: vidavidorra-release
52-
GIT_COMMITTER_EMAIL: [email protected]
53-
run: npx --no-install semantic-release
46+
# - name: Release
47+
# env:
48+
# GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
49+
# GIT_AUTHOR_NAME: vidavidorra-release
50+
# GIT_AUTHOR_EMAIL: [email protected]
51+
# GIT_COMMITTER_NAME: vidavidorra-release
52+
# GIT_COMMITTER_EMAIL: [email protected]
53+
# run: npx --no-install semantic-release

0 commit comments

Comments
 (0)