Skip to content

Commit 30d2a8e

Browse files
ci: minor tweak to release script
1 parent 686b7fe commit 30d2a8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
node-version: "lts/*"
2222

2323
- name: Install dependencies
24-
run: yarn install --frozen-lockfile
24+
run: yarn install --frozen-lockfile --ignore-scripts
2525

2626
- name: Build & Verify
2727
run: yarn verify
2828

2929
- name: Release
30-
run: semantic-release
30+
run: yarn semantic-release
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins:
66
- - "@semantic-release/changelog"
77
- changelogTitle: "# Changelog
88

9-
All notable changes to this project will be documented in this file."
9+
All notable changes to this project will be documented in this file. Dates are displayed in UTC."
1010
- "@semantic-release/git"
1111
- "@semantic-release/npm"
1212
- - "@semantic-release/github"

0 commit comments

Comments
 (0)