From 0a8d4e4712b08d950f0179a8b1b5a6a5a4850fef Mon Sep 17 00:00:00 2001 From: jaime-ez Date: Fri, 29 Jan 2021 16:59:59 -0300 Subject: [PATCH] wip --- .github/workflows/.github-actions-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.github-actions-release.yml b/.github/workflows/.github-actions-release.yml index 1d15fe09f..d0feab4af 100644 --- a/.github/workflows/.github-actions-release.yml +++ b/.github/workflows/.github-actions-release.yml @@ -39,7 +39,7 @@ jobs: - run: npm run test - run: bash ./scripts/package.sh true true - run: npm run tsc - - run: npm publish --access public --tag=canary + - run: npm publish --access public --tag canary - name: Upload Release Asset uses: alexellis/upload-assets@0.2.2 env: