From 61b4c6d3ac9fd95378d3459403daa91d5f19381a Mon Sep 17 00:00:00 2001 From: Christian Klemm Date: Tue, 15 Oct 2019 23:24:13 +0200 Subject: [PATCH] testing --- .github/workflows/alpha-release-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpha-release-build.yml b/.github/workflows/alpha-release-build.yml index d90e0324c..741141a45 100644 --- a/.github/workflows/alpha-release-build.yml +++ b/.github/workflows/alpha-release-build.yml @@ -14,7 +14,7 @@ jobs: node-version: [10.x] steps: - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} + - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} @@ -38,7 +38,8 @@ jobs: - name: Publish run: | - VERSION=$(echo ${{github.ref}} | tail -c +9) + # VERSION=$(echo ${{github.ref}} | tail -c +20) + VERSION=8.4.0 echo $VERSION npm version --no-git-tag-version $VERSION npm login --registry=https://npm.pkg.github.com/