Update for git.tf meli-cli
Some checks are pending
build

This commit is contained in:
alyx 2022-12-24 14:22:17 -06:00
parent 4064e77208
commit d801648769

View File

@ -10,6 +10,7 @@ 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,7 +19,7 @@ jobs:
run: go run main.go
- name: "publish"
run: |
npx -p "@getmeli/cli" meli upload ./public \
npx -p "@whatthegit/meli-cli" meli upload ./public \
--url "https://pages.qa" \
--site "$MELI_SITE" \
--token "$MELI_TOKEN" \