|
@@ -25,7 +25,7 @@ jobs:
|
|
|
- uses: actions/setup-node@v1
|
|
|
with:
|
|
|
node-version: 14
|
|
|
- registry-url: 'https://registry.npmjs.org'
|
|
|
+ registry-url: "https://registry.npmjs.org"
|
|
|
- name: cargo login
|
|
|
run: cargo login ${{ secrets.crate_token }}
|
|
|
- name: git config
|
|
@@ -33,14 +33,14 @@ 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@covector-v0
|
|
|
+ uses: jbolda/covector/packages/action@feat/enable-prereleases
|
|
|
id: covector
|
|
|
env:
|
|
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
|
CARGO_AUDIT_OPTIONS: ${{ secrets.CARGO_AUDIT_OPTIONS }}
|
|
|
with:
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
- command: 'version-or-publish'
|
|
|
+ command: "version-or-publish"
|
|
|
createRelease: true
|
|
|
- name: Create Pull Request With Versions Bumped
|
|
|
if: steps.covector.outputs.commandRan == 'version'
|