Skip to content

Commit ee2e800

Browse files
ci: 🎡 copy .releaserc.js file in dist folder for release
1 parent 61df4a5 commit ee2e800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
cp README.md dist/README.md
9696
cp yarn.lock dist/yarn.lock
9797
cp -R node_modules dist/node_modules
98+
cp .releaserc.js dist/.releaserc.js
9899
# - name: integration test
99100
# run: yarn test:integration
100101
- name: release

0 commit comments

Comments
 (0)