Skip to content

Commit

Permalink
Merge pull request #266 from kohbis/fix-github-release
Browse files Browse the repository at this point in the history
ci: 🎡 fix github release
  • Loading branch information
kohbis authored Nov 3, 2023
2 parents 9f47484 + 4dcff70 commit c75a623
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/github-release-binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
github-release:
name: GitHub release (${{ matrix.os }})
runs-on: ${{ matrix.os }}
needs: release-please
if: needs.release-please.outputs.created
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
Expand Down Expand Up @@ -57,5 +55,3 @@ jobs:
target/${{ matrix.target }}/release/rslack-${{ matrix.artifact_prefix }}.sha256
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit c75a623

Please sign in to comment.