Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit 6be5821

Browse files
author
kthcloud
committed
[🚚 CI] Generate build from main
1 parent 44a970e commit 6be5821

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/package-and-publish-npm-package.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
with:
1919
fetch-depth: 0 # Ensures tags are also fetched
2020

21+
- name: Clean up
22+
run: |
23+
rm export/tygo.yml
24+
2125
- name: Setup Node.js
2226
uses: actions/setup-node@v3
2327
with:

0 commit comments

Comments
 (0)