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 8a679b3 commit baa02bfCopy full SHA for baa02bf
1 file changed
.github/workflows/release.yml
@@ -109,5 +109,5 @@ jobs:
109
VERSION: ${{ github.event.inputs.version }}
110
GH_BOT_EMAIL: ${{ vars.GH_BOT_EMAIL }}
111
run: |
112
- chmod +x update-website.sh
113
- ./update-website.sh
+ chmod +x tmp/update-website.sh
+ tmp/update-website.sh
0 commit comments