Skip to content

Commit baa02bf

Browse files
committed
#3602 Fix path for update-website.sh scrip in release workflow
1 parent 8a679b3 commit baa02bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ jobs:
109109
VERSION: ${{ github.event.inputs.version }}
110110
GH_BOT_EMAIL: ${{ vars.GH_BOT_EMAIL }}
111111
run: |
112-
chmod +x update-website.sh
113-
./update-website.sh
112+
chmod +x tmp/update-website.sh
113+
tmp/update-website.sh

0 commit comments

Comments
 (0)