mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#3602 Fix path for update-website.sh scrip in release workflow
This commit is contained in:
parent
8a679b325d
commit
baa02bf377
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -109,5 +109,5 @@ jobs:
|
|||||||
VERSION: ${{ github.event.inputs.version }}
|
VERSION: ${{ github.event.inputs.version }}
|
||||||
GH_BOT_EMAIL: ${{ vars.GH_BOT_EMAIL }}
|
GH_BOT_EMAIL: ${{ vars.GH_BOT_EMAIL }}
|
||||||
run: |
|
run: |
|
||||||
chmod +x update-website.sh
|
chmod +x tmp/update-website.sh
|
||||||
./update-website.sh
|
tmp/update-website.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user