Update for git.tf meli-cli

This commit is contained in:
alyx 2022-12-24 14:28:25 -06:00
parent d801648769
commit 1684288d92

View File

@ -10,7 +10,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12'
run: npm config set @whatthegit:registry https://git.tf/api/packages/whatthegit/npm/
- name: Add Go
uses: actions/setup-go@v3
with:
@ -18,6 +17,7 @@ jobs:
- name: "build"
run: go run main.go
- name: "publish"
run: npm config set @whatthegit:registry https://git.tf/api/packages/whatthegit/npm/
run: |
npx -p "@whatthegit/meli-cli" meli upload ./public \
--url "https://pages.qa" \