We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0351757 commit b32af9fCopy full SHA for b32af9f
.github/workflows/release.yml
@@ -254,7 +254,7 @@ jobs:
254
echo "path=${{ steps.binary.outputs.path }}.gz" >> ${{ runner.os == 'Windows' && '$ENV:GITHUB_OUTPUT' || '$GITHUB_OUTPUT' }}
255
- if: github.ref == 'refs/heads/main'
256
name: Upload release
257
- uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
+ uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2
258
with:
259
repo_token: ${{ secrets.BOT_GITHUB_TOKEN }}
260
tag: hive-gateway@${{ steps.ver-gateway.outputs.result }}
0 commit comments