Skip to content

Commit b336d30

Browse files
committed
ci: find and replace
1 parent 65ec62d commit b336d30

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: .github/workflows/npm-publish.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,17 @@ jobs:
121121
registry-url: 'https://npm.pkg.github.com/'
122122
scope: '@aetherinox'
123123

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+
124132
- name: "🎚️ NPM › Install"
125133
id: task_gpr_install
126134
run: |
127-
npm init -y --scope @aetherinox
128135
npm install
129136
130137
- name: "📂 List Files"

0 commit comments

Comments
 (0)