summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-11-02 15:28:24 +0100
committerGitHub <[email protected]>2021-11-02 15:28:24 +0100
commit60f0208fa9cb7f67025d912c86cad13b3a06ce86 (patch)
tree83ce7441faa6bf8db6fe62a24f077155d1dec6d7 /.github/workflows
parent5e4e454e0629883ff93e19c81bd5359368a52113 (diff)
Update build.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 44e00fb..f6cd8a2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
with:
node-version: 16.x
- name: Build and push
- uses: alexthemaster/action-build-typescript@v. # check the releases tab on the right for versions (looks like this: v1.0.0)
+ uses: alexthemaster/[email protected] # 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: