Skip to content

Commit 9d307e7

Browse files
author
Kovacs Alex
committed
fix(readme): mention to check latest release
1 parent ac012b0 commit 9d307e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 12
2121
- name: Build and push
22-
uses: alexthemaster/action-build-typescript@latest
22+
uses: alexthemaster/action-build-typescript@<check latest release on the right side> # (looks like this: v1.0.0)
2323
with:
2424
pushToBranch: true # optional; can either be true or false | defaults to false
2525
branch: 'dist' # optional; the name of the branch the action should push the compiled code to | defaults to dist

0 commit comments

Comments
 (0)