Skip to content

Commit

Permalink
docs: mention using cutting edge
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthemaster committed Feb 18, 2021
1 parent e072006 commit de608f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
with:
node-version: 12
- name: Build and push
uses: alexthemaster/action-build-typescript@<check latest release on the right side> # (looks like this: v1.0.0)
uses: alexthemaster/action-build-typescript@v. # check the releases tab on the right for versions (looks like this: v1.0.0)
# use this if you want the sharpest of cutting edges (can and probably WILL break from time to time)
# uses: alexthemaster/action-build-typescript@master
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 de608f0

Please sign in to comment.