diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index df96c89..c486703 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -16,8 +16,6 @@ jobs: go-version: '1.18' - name: "build" run: go run main.go - - name: "setup npm" - run: npm config set @whatthegit:registry https://git.tf/api/packages/whatthegit/npm/ - name: "publish" run: | npx -p "@whatthegit/meli-cli" meli upload ./public \ diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..458b399 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +@whatthegit:registry=https://git.tf/api/packages/whatthegit/npm/