fix(covector): asset configuration, update action (#3425)

This commit is contained in:
Lucas Fernandes Nogueira
2022-02-13 00:56:06 -03:00
committed by GitHub
parent fd557e984d
commit 6d8073efff
4 changed files with 11 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: covector status
uses: jbolda/covector/packages/action@feat/enable-prereleases
uses: jbolda/covector/packages/action@covector-v0
id: covector
with:
command: "status"

View File

@@ -53,7 +53,7 @@ jobs:
git config --global user.name "${{ github.event.pusher.name }}"
git config --global user.email "${{ github.event.pusher.email }}"
- name: covector version or publish (publish when no change files present)
uses: jbolda/covector/packages/action@feat/enable-prereleases
uses: jbolda/covector/packages/action@covector-v0
id: covector
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}