Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy authored Nov 8, 2024
1 parent 104e322 commit 8b01bbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To read the value from an environment variable named `MY_TOKEN` when the plugin
steps:
- command: yarn install
plugins:
- seek-oss/private-npm#v1.2.0:
- seek-oss/private-npm#v1.3.0:
env: "MY_TOKEN"
```
Expand All @@ -26,7 +26,7 @@ To read the value from a file named `my_token_file`, use the `file` field.
steps:
- command: yarn install
plugins:
- seek-oss/private-npm#v1.2.0:
- seek-oss/private-npm#v1.3.0:
file: "my_token_file"
```

Expand All @@ -38,7 +38,7 @@ of backwards compatibility.
steps:
- command: yarn install
plugins:
- seek-oss/private-npm#v1.2.0:
- seek-oss/private-npm#v1.3.0:
token: ${MY_TOKEN}
```

Expand All @@ -48,7 +48,7 @@ You can also specify a custom npm registry if you are using your own mirror.
steps:
- command: yarn install
plugins:
- seek-oss/private-npm#v1.2.0:
- seek-oss/private-npm#v1.3.0:
env: "MY_TOKEN"
registry: //myprivatenpm.com/
```
Expand All @@ -61,7 +61,7 @@ scope in the `.npmrc` for you.
steps:
- command: yarn install
plugins:
- seek-oss/private-npm#v1.2.0:
- seek-oss/private-npm#v1.3.0:
env: "MY_TOKEN"
registry: //myprivatenpm.com/
scope: "@myprivatescope"
Expand Down

0 comments on commit 8b01bbe

Please sign in to comment.