removed create tag from beta workflow
This commit is contained in:
parent
5db7ce730e
commit
be29c960cb
1 changed files with 1 additions and 18 deletions
19
.github/workflows/publish-beta.yml
vendored
19
.github/workflows/publish-beta.yml
vendored
|
@ -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 }}
|
Loading…
Reference in a new issue