Skip to content

Commit

Permalink
#3602 Fix path for update-website.sh scrip in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed May 11, 2024
1 parent 8a679b3 commit baa02bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ jobs:
VERSION: ${{ github.event.inputs.version }}
GH_BOT_EMAIL: ${{ vars.GH_BOT_EMAIL }}
run: |
chmod +x update-website.sh
./update-website.sh
chmod +x tmp/update-website.sh
tmp/update-website.sh

0 comments on commit baa02bf

Please sign in to comment.