Skip to content

Commit

Permalink
chore(ci): test release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Jul 1, 2024
1 parent d15f2a3 commit b132b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
release:
needs: [build, build-arm]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
#if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v4 # https://github.com/actions/download-artifact
with:
Expand Down

0 comments on commit b132b3d

Please sign in to comment.