Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
feat: change args
Browse files Browse the repository at this point in the history
  • Loading branch information
fforootd committed Dec 30, 2019
1 parent 96ad7ac commit 7f032e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN npm install -g \
@semantic-release/gitlab-config@v6.0.1 \
@semantic-release/gitlab@v4.1.0 \
@semantic-release/github@v5.5.8
ENTRYPOINT ["npx"]
CMD ["semantic-release", "--help"]
ENTRYPOINT ["npx", "semantic-release"]
CMD ["--help"]
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ jobs:
- name: Source checkout
uses: actions/checkout@v1
- name: Create Version
uses: caos/semantic-release@v0.1.7
with:
args: "semantic-release --dry-run"
uses: caos/semantic-release@v0.2.0
```

## License
Expand Down

0 comments on commit 7f032e6

Please sign in to comment.