Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio authored Jul 17, 2024
1 parent 2b18ae8 commit a250913
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
discussions: write
needs: build-and-test
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: startsWith(github.ref, 'refs/tags/')

steps:
- uses: actions/checkout@v4
Expand All @@ -71,7 +71,6 @@ jobs:
with:
files: |
artifacts/**/*
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
draft: false
prerelease: false
Expand Down

0 comments on commit a250913

Please sign in to comment.