Skip to content

Commit f38b8be

Browse files
committed
Use @atom-ide-community/semantic-release-npm-config
1 parent 81a3265 commit f38b8be

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,15 @@ jobs:
7272
- name: NPM install
7373
run: npm install
7474

75-
# https://github.com/semantic-release/semantic-release/issues/1636
76-
# - name: Release 🎉
77-
# uses: cycjimmy/semantic-release-action@v2
78-
# env:
79-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80-
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
75+
- name: Release 🎉
76+
uses: cycjimmy/semantic-release-action@v2
77+
with:
78+
extends: |
79+
@atom-ide-community/semantic-release-npm-config
80+
env:
81+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
83+
8184
Skip:
8285
if: contains(github.event.head_commit.message, '[skip ci]')
8386
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)