Skip to content

Commit 3f52981

Browse files
bors[bot]curquiza
andauthored
Merge #412
412: Move release script to the .github folder r=bidoubiwa a=curquiza Move the check-release script to the `.github` folder since it's only used for GHA. Co-authored-by: Clémentine Urquizar <[email protected]>
2 parents 5d29695 + cd985db commit 3f52981

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)