mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-22 08:09:27 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fdf0082f89 | |||
| 1937fedd35 | |||
| 9bec063cfa |
@@ -1,5 +1,9 @@
|
||||
# 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)
|
||||
|
||||
- Switching to `node:lts` docker image
|
||||
|
||||
@@ -20,13 +20,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: borales/actions-yarn@v2.3.0
|
||||
- uses: borales/actions-yarn@v3.0.0
|
||||
with:
|
||||
cmd: install # will run `yarn install` command
|
||||
- uses: borales/actions-yarn@v2.3.0
|
||||
- uses: borales/actions-yarn@v3.0.0
|
||||
with:
|
||||
cmd: build # will run `yarn build` command
|
||||
- uses: borales/actions-yarn@v2.3.0
|
||||
- uses: borales/actions-yarn@v3.0.0
|
||||
with:
|
||||
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`:
|
||||
|
||||
```yml
|
||||
- uses: borales/actions-yarn@v2.3.0
|
||||
- uses: borales/actions-yarn@v3.0.0
|
||||
with:
|
||||
auth-token: ${{ secrets.NPM_TOKEN }}
|
||||
registry-url: someOtherRegistry.someDomain.net
|
||||
|
||||
Reference in New Issue
Block a user