Skip to content

Commit

Permalink
Drop unnecessary step in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kke committed Nov 18, 2021
1 parent 8f05f69 commit 8d9d787
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
TAG_NAME: ${{ steps.branch_name.outputs.TAG_NAME }}
run: make build-all

- name: "Read sha256sums"
id: read_sums
uses: andstor/file-reader-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions
with:
path: "bin/checksums.txt"

- name: Create Release in Github
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 8d9d787

Please sign in to comment.