Skip to content

Commit c2dff58

Browse files
committed
fix: pipeline
1 parent 4c6b0ae commit c2dff58

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ jobs:
2121
uses: actions/setup-node@v3
2222
with:
2323
node-version: 22
24-
# registry-url: 'https://registry.npmjs.org'
25-
# scope: '@gatewatcher'
24+
registry-url: 'https://registry.npmjs.org'
25+
scope: '@gatewatcher'
2626

2727
- name: Install dependencies
2828
run: npm ci --legacy-peer-deps
2929

3030
- name: Build project
3131
run: npm run build
3232

33-
# - name: Semantic Release
34-
# uses: cycjimmy/semantic-release-action@v4
35-
# env:
36-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38-
# HUSKY: 0
33+
- name: Semantic Release
34+
uses: cycjimmy/semantic-release-action@v4
35+
env:
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38+
HUSKY: 0

package-lock.json

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"@commitlint/config-conventional": "18.0.0",
5858
"@faker-js/faker": "8.1.0",
5959
"@gatewatcher/bistoury": "1.7.3",
60-
"@gw/cacatoes": "0.2.1",
6160
"@storybook/addon-actions": "8.6.12",
6261
"@storybook/addon-essentials": "8.6.12",
6362
"@storybook/addon-interactions": "8.6.12",

0 commit comments

Comments
 (0)