Skip to content

Commit

Permalink
Update github actions release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bareiss committed Aug 26, 2024
1 parent 986a212 commit b09a3db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
jobs:
publish-github-release:
runs-on: ubuntu-latest
needs: [validate-tag-if-present]
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout repo
Expand Down

0 comments on commit b09a3db

Please sign in to comment.