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 b01cfe4 commit 1845530Copy full SHA for 1845530
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
zip -r ../self-host.zip .
79
80
- run: |
81
- pnpx zardoy-release node --footer "This release URL: $(echo ${{ steps.alias.outputs.alias }} | cut -d',' -f1) (Vercel URL: ${{ steps.deploy.outputs.stdout }})"
+ pnpx zardoy-release node --footer "This release URL: https://$(echo ${{ steps.alias.outputs.alias }} | cut -d',' -f1) (Vercel URL: ${{ steps.deploy.outputs.stdout }})"
82
env:
83
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84
# has possible output: tag
0 commit comments