Skip to content

Commit 58ac7f2

Browse files
committed
ci: re-enable release step
1 parent d1cd2aa commit 58ac7f2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/build.yml

+9-8
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,12 @@ jobs:
9191
node-version: 12
9292
- name: Install project
9393
run: npm ci --ignore-scripts
94-
# - name: Release
95-
# env:
96-
# GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
97-
# GIT_AUTHOR_NAME: vidavidorra-release
98-
# GIT_AUTHOR_EMAIL: [email protected]
99-
# GIT_COMMITTER_NAME: vidavidorra-release
100-
# GIT_COMMITTER_EMAIL: [email protected]
101-
# run: npx --no-install semantic-release
94+
- name: Release
95+
env:
96+
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
97+
GIT_AUTHOR_NAME: vidavidorra-release
98+
GIT_AUTHOR_EMAIL: [email protected]
99+
GIT_COMMITTER_NAME: vidavidorra-release
100+
GIT_COMMITTER_EMAIL: [email protected]
101+
NPM_TOKEN: { { secrets.NPM_PUBLISH_TOKEN } }
102+
run: npx --no-install semantic-release

0 commit comments

Comments
 (0)