-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(protocol-tag-utils): rename module #1059
- Loading branch information
1 parent
d2adbb4
commit 219e532
Showing
8 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
name: 📊🛠 Test & Deploy Data-Protocols Lib | ||
name: 🔖🛠 Test & Deploy Protocol Tag Utils | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
paths: | ||
- "data-protocols/**" | ||
- "protocol-tag-utils/**" | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- "data-protocols/**" | ||
- "protocol-tag-utils/**" | ||
|
||
# Perform a release using a workflow dispatch | ||
workflow_dispatch: | ||
|
@@ -38,12 +38,12 @@ jobs: | |
node-version: 20 | ||
|
||
- name: 📥 Download deps | ||
working-directory: data-protocols | ||
working-directory: protocol-tag-utils | ||
run: | | ||
npm i | ||
- name: ⚡ Run Tests | ||
working-directory: data-protocols | ||
working-directory: protocol-tag-utils | ||
run: | | ||
npm test | ||
env: | ||
|
@@ -87,20 +87,20 @@ jobs: | |
uses: hyper63/[email protected] | ||
with: | ||
bump-to: ${{ github.event.inputs.version }} | ||
package: data-protocols | ||
package: protocol-tag-utils | ||
|
||
- name: ⬆️ Push | ||
run: | | ||
git push | ||
git push --tags | ||
- name: 📥 Download deps | ||
working-directory: data-protocols | ||
working-directory: protocol-tag-utils | ||
run: | | ||
npm i | ||
- name: 🦠 Publish to NPM | ||
working-directory: data-protocols | ||
working-directory: protocol-tag-utils | ||
run: | | ||
npm run build | ||
npm publish --access=public | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
data-protocols/package-lock.json → protocol-tag-utils/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.