Skip to content

Commit

Permalink
chore(ci): remove unnecessary job
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored and jeffwashington committed Apr 27, 2022
1 parent ab72b2a commit 008a59c
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions web3.js/.github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,25 +67,3 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
gh-release:
needs: [build, semantic-release]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get Tag
id: get_tag
run: echo "::set-output name=tag::$(git tag --points-at HEAD)"
- name: Create Release
if: steps.get_tag.outputs.tag
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.get_tag.outputs.tag }}
release_name: ${{ steps.get_tag.outputs.tag }}
draft: false
prerelease: false

0 comments on commit 008a59c

Please sign in to comment.