chore: update workflows config.
This commit is contained in:
parent
b1be58c970
commit
c6255fa642
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
name: ${{ steps.changelog.outputs.tag }}
|
name: ${{ steps.changelog.outputs.tag }}
|
||||||
tag: ${{ steps.changelog.outputs.tag }}
|
tag: ${{ steps.changelog.outputs.tag }}
|
||||||
body: |
|
body: |
|
||||||
[](https://uiwjs.github.io/npm-unpkg/#/pkg/linux-command@${{steps.changelog.outputs.versionNumber}}/file/README.md) [](https://bundlephobia.com/result?p=linux-command@${{steps.changelog.outputs.versionNumber}})
|
[](https://uiwjs.github.io/npm-unpkg/#/pkg/linux-command@${{steps.changelog.outputs.version}}/file/README.md) [](https://bundlephobia.com/result?p=linux-command@${{steps.changelog.outputs.version}})
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm i linux-command@${{steps.changelog.outputs.version}}
|
npm i linux-command@${{steps.changelog.outputs.version}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue