Skip to content

Commit

Permalink
chore: uncomment if condition for uploading binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawkyZ committed May 28, 2024
1 parent 08ff61f commit 6a3aba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
./mvnw clean verify -DtrimStackTrace=false
- name: Upload binaries to static.snyk.io
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_S3_BUCKET_NAME: ${{ secrets.AWS_S3_BUCKET_NAME }}
Expand Down

0 comments on commit 6a3aba7

Please sign in to comment.