Skip to content

Commit cd985db

Browse files
committed
Move release script to the .github folder
1 parent 5d29695 commit cd985db

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: yarn install
1919
- name: Check release validity
20-
run: sh scripts/check-release.sh
20+
run: sh .github/scripts/check-release.sh
2121
- name: Build
2222
run: NODE_ENV=production yarn run build
2323
- name: Publish

0 commit comments

Comments
 (0)