Skip to content

Commit 3fe4a05

Browse files
committed
ci: fix file name
1 parent a022b53 commit 3fe4a05

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/fast-rabbits-visit.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-dsv-import': patch
3+
---
4+
5+
Fix filename

.github/workflows/cd-packages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
deploy-to-static-file-host:
5757
name: Deploy to Static File Host
58-
uses: ./.github/workflows/cd-deploy.yml
58+
uses: ./.github/workflows/cd-deploy.yaml
5959
needs: publish-packages
6060
with:
6161
ref: ${{ needs.publish-packages.outputs.ref }}

0 commit comments

Comments
 (0)