We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ec62d commit b336d30Copy full SHA for b336d30
.github/workflows/npm-publish.yml
@@ -121,10 +121,17 @@ jobs:
121
registry-url: 'https://npm.pkg.github.com/'
122
scope: '@aetherinox'
123
124
+ - name: Find and Replace
125
+ uses: jacobtomlinson/gha-find-replace@v3
126
+ with:
127
+ find: "aaa-devlopment-toasted"
128
+ replace: "node-devlopment-toasted"
129
+ include: "package.json"
130
+ regex: true
131
+
132
- name: "🎚️ NPM › Install"
133
id: task_gpr_install
134
run: |
- npm init -y --scope @aetherinox
135
npm install
136
137
- name: "📂 List Files"
0 commit comments