We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e07a3 commit 4e337f9Copy full SHA for 4e337f9
1 file changed
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Upload release
58
shell: bash
59
run: |
60
- echo "Begin upload..."
+ echo "Begin upload for branch (${{ github.ref_name }})"
61
AUTHORIZATION="$(echo -n 'builds:${{ secrets.UPLOAD_PASSWORD }}' | base64)"
62
echo "::add-mask::${AUTHORIZATION}"
63
0 commit comments