diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-11-02 15:29:16 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-02 15:29:16 +0100 |
commit | f53f21ac32edb5e8467d6b98eff2407042f1d227 (patch) | |
tree | 3e7a915b7d85033534a36319cf02c4dba81faed1 /.github/workflows | |
parent | 60f0208fa9cb7f67025d912c86cad13b3a06ce86 (diff) |
Update build.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6cd8a2..83d3bb5 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/[email protected] # 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: |