We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e072006 commit de608f0Copy full SHA for de608f0
README.md
@@ -19,7 +19,9 @@ jobs:
19
with:
20
node-version: 12
21
- name: Build and push
22
- 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)
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
25
26
pushToBranch: true # optional; can either be true or false | defaults to false
27
branch: 'dist' # optional; the name of the branch the action should push the compiled code to | defaults to dist
0 commit comments