Skip to content

Commit

Permalink
ci: remove not satisfied conditions & cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Aug 1, 2024
1 parent 8cd2160 commit 335dea1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:

jobs:
release:

runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- name: Checkout code
Expand All @@ -30,12 +28,10 @@ jobs:
GIT_TAG=$TAG make clean build
- name: Create release
if: startsWith(github.ref, 'refs/tags/v')
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
files: build/*
tag: ${{ github.ref }}
overwrite: true
file_glob: true
name: Release ${{ github.ref }}

0 comments on commit 335dea1

Please sign in to comment.