Skip to content

Commit a270e65

Browse files
feat: update README
1 parent 38f2352 commit a270e65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Release GitHub Actions
22-
uses: technote-space/[email protected].0
22+
uses: technote-space/[email protected].1
2323
with:
2424
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2525
```
@@ -43,13 +43,15 @@ Build command.
4343
default: `''`
4444
- If package.json includes build or production or prod in scripts, the command is used for build.
4545
- If command does not have install command like `npm run install` or `yarn install`, install commands are added.
46+
- If command is not provided, `rm -rdf .github` command is added.
4647

4748
so if `BUILD_COMMAND` is not provided and package.json has `build` script,
4849
the following commands are executed.
4950
```shell
5051
yarn install
5152
yarn build
5253
yarn install --production
54+
rm -rdf .github
5355
```
5456

5557
### COMMIT_MESSAGE

0 commit comments

Comments
 (0)