./update-version.sh
This commit is contained in:
parent
77cce06e01
commit
33298dfb0f
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Update version
|
||||
run: |
|
||||
ls
|
||||
/update-version.sh
|
||||
chmod +x update-version.sh
|
||||
./update-version.sh
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue