We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30c0be7 + eda2111 commit 00450a4Copy full SHA for 00450a4
.github/workflows/publish.yaml .github/workflows/publish-legacy.yaml.github/workflows/publish.yaml renamed to .github/workflows/publish-legacy.yaml
@@ -1,4 +1,4 @@
1
-name: Codemod publish
+name: Publish legacy codemods
2
3
on:
4
workflow_dispatch:
@@ -71,7 +71,7 @@ jobs:
71
- name: Install dependencies
72
run: |
73
sudo apt-get install libsecret-1-dev
74
- pnpm install -g codemod
+ pnpm install -g codemod@legacy
75
76
- name: Test codemod
77
@@ -87,4 +87,4 @@ jobs:
87
DIR=$(dirname "${{ matrix.file }}")
88
echo "Publishing codemod in: $DIR"
89
cd "$DIR"
90
- pnpx codemod publish
+ pnpx codemod@legacy publish
0 commit comments