Skip to content

Commit

Permalink
fix(readme): mention to check latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthemaster committed Jan 14, 2021
1 parent ac012b0 commit 9d307e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 12
- name: Build and push
uses: alexthemaster/action-build-typescript@latest
uses: alexthemaster/action-build-typescript@<check latest release on the right side> # (looks like this: v1.0.0)
with:
pushToBranch: true # optional; can either be true or false | defaults to false
branch: 'dist' # optional; the name of the branch the action should push the compiled code to | defaults to dist
Expand Down

0 comments on commit 9d307e7

Please sign in to comment.