Skip to content

Commit de608f0

Browse files
author
Kovacs Alex
committed
docs: mention using cutting edge
1 parent e072006 commit de608f0

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,9 @@ jobs:
1919
with:
2020
node-version: 12
2121
- name: Build and push
22-
uses: alexthemaster/action-build-typescript@<check latest release on the right side> # (looks like this: v1.0.0)
22+
uses: alexthemaster/action-build-typescript@v. # check the releases tab on the right for versions (looks like this: v1.0.0)
23+
# use this if you want the sharpest of cutting edges (can and probably WILL break from time to time)
24+
# uses: alexthemaster/action-build-typescript@master
2325
with:
2426
pushToBranch: true # optional; can either be true or false | defaults to false
2527
branch: 'dist' # optional; the name of the branch the action should push the compiled code to | defaults to dist

0 commit comments

Comments
 (0)