Skip to content

Commit

Permalink
fix(ci): release job (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1907 authored Oct 19, 2023
1 parent ecfa190 commit 4d6f038
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,11 @@ jobs:
target: ${{ matrix.context.target }}

release:
name: Release
runs-on: ubuntu-22.04
needs:
- container
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
uses: softprops/action-gh-release@v1

0 comments on commit 4d6f038

Please sign in to comment.