From f53f21ac32edb5e8467d6b98eff2407042f1d227 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Tue, 2 Nov 2021 15:29:16 +0100 Subject: Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/build.yml') 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/action-build-typescript@v.1.2.1 # check the releases tab on the right for versions (looks like this: v1.0.0) + uses: alexthemaster/action-build-typescript@v1.2.1 # 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: -- cgit v1.2.3