Skip to content

Commit bb886fc

Browse files
committed
chore: remove .github/workflows/release.yml
1 parent 8601834 commit bb886fc

File tree

2 files changed

+2
-57
lines changed

2 files changed

+2
-57
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
name: ${{ steps.create_tag.outputs.version }}
5151
tag: ${{ steps.create_tag.outputs.version }}
5252
body: |
53-
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/linux-command@${{steps.changelog.outputs.version}}/file/README.md) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/linux-command)](https://bundlephobia.com/result?p=linux-command@${{steps.changelog.outputs.version}})
53+
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/linux-command@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/linux-command)](https://bundlephobia.com/result?p=linux-command@${{steps.create_tag.outputs.versionNumber}})
5454
5555
```bash
56-
npm i linux-command@${{steps.changelog.outputs.version}}
56+
npm i linux-command@${{steps.create_tag.outputs.versionNumber}}
5757
```
5858
5959
${{ steps.changelog.outputs.compareurl }}

.github/workflows/release.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)