Skip to content

Commit

Permalink
Update pipeline-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
holzi1005 authored Jun 11, 2023
1 parent 646436d commit c982950
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
create_release:
needs:
- artifact

runs-on: ubuntu-latest
steps:

Expand All @@ -42,10 +41,6 @@ jobs:
release_name: Release ${{ steps.version.outputs.version }}
tag_name: v${{ steps.version.outputs.version }}

upload_asset:
runs-on: ubuntu-latest
steps:

- uses: actions/download-artifact@v3
with:
name: artifact_${{github.run_number}}
Expand Down

0 comments on commit c982950

Please sign in to comment.