From be29c960cbcec1738ef3cc98f69193238934cb52 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 23 Dec 2021 23:58:12 +0200 Subject: [PATCH] removed create tag from beta workflow --- .github/workflows/publish-beta.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index 6fd8950..9ede483 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -24,21 +24,4 @@ jobs: - name: publish run: npm run publish:beta env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - create-tag: - runs-on: ubuntu-latest - needs: publish-to-npm - steps: - - name: checkout - uses: actions/checkout@v2 - # Push tag to GitHub if package.json version's tag is not tagged - - name: package-version - run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV - - name: package-version-to-git-tag - uses: pkgdeps/git-tag-action@v2 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - github_repo: ${{ github.repository }} - version: ${{ env.PACKAGE_VERSION }} - git_commit_sha: ${{ github.sha }} - git_tag_prefix: "v" + NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} \ No newline at end of file