Skip to content

Commit

Permalink
fix: remove "v" from tags in README
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-brisson authored Aug 28, 2022
1 parent 606998b commit 198be21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ on:

jobs:
default:
uses: dimensionalpocket/development-js/.github/workflows/default-node-build.yml@v1.0.1
uses: dimensionalpocket/development-js/.github/workflows/default-node-build.yml@1.0.1
```
<!-- x-release-please-end -->
Expand All @@ -101,7 +101,7 @@ on:
jobs:
default:
uses: dimensionalpocket/development-js/.github/workflows/default-release.yml@v1.0.1
uses: dimensionalpocket/development-js/.github/workflows/default-release.yml@1.0.1
```
<!-- x-release-please-end -->

Expand Down Expand Up @@ -134,7 +134,7 @@ Install the package directly from GitHub:

<!-- x-release-please-start-version -->
```shell
npm i -D -E github:dimensionalpocket/development-js#v1.0.1
npm i -D -E github:dimensionalpocket/development-js#1.0.1
```
<!-- x-release-please-end -->

Expand Down

0 comments on commit 198be21

Please sign in to comment.