mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-24 09:09:26 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fdf0082f89 | |||
| 1937fedd35 | |||
| 9bec063cfa |
@@ -1,5 +1,9 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 3.0.0 (8 Jun 2022)
|
||||||
|
|
||||||
|
- Migrating to Python3 (thanks to [@richard-chim](https://github.com/richard-chim))
|
||||||
|
|
||||||
## 2.1.0 (8 Nov 2019)
|
## 2.1.0 (8 Nov 2019)
|
||||||
|
|
||||||
- Switching to `node:lts` docker image
|
- Switching to `node:lts` docker image
|
||||||
|
|||||||
@@ -20,13 +20,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: borales/actions-yarn@v2.3.0
|
- uses: borales/actions-yarn@v3.0.0
|
||||||
with:
|
with:
|
||||||
cmd: install # will run `yarn install` command
|
cmd: install # will run `yarn install` command
|
||||||
- uses: borales/actions-yarn@v2.3.0
|
- uses: borales/actions-yarn@v3.0.0
|
||||||
with:
|
with:
|
||||||
cmd: build # will run `yarn build` command
|
cmd: build # will run `yarn build` command
|
||||||
- uses: borales/actions-yarn@v2.3.0
|
- uses: borales/actions-yarn@v3.0.0
|
||||||
with:
|
with:
|
||||||
cmd: test # will run `yarn test` command
|
cmd: test # will run `yarn test` command
|
||||||
```
|
```
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
To authenticate with, and publish to, a registry other than `registry.npmjs.org`:
|
To authenticate with, and publish to, a registry other than `registry.npmjs.org`:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
- uses: borales/actions-yarn@v2.3.0
|
- uses: borales/actions-yarn@v3.0.0
|
||||||
with:
|
with:
|
||||||
auth-token: ${{ secrets.NPM_TOKEN }}
|
auth-token: ${{ secrets.NPM_TOKEN }}
|
||||||
registry-url: someOtherRegistry.someDomain.net
|
registry-url: someOtherRegistry.someDomain.net
|
||||||
|
|||||||
Reference in New Issue
Block a user