Skip to content

Commit 78e669f

Browse files
authored
Merge pull request #472 from Webperf-se/7h3Rabbit-patch-2
Update create-release.yml
2 parents 743d3c5 + 1ee770a commit 78e669f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
include-hashes: false
3131
- name: Generate new release version
3232
id: newversion
33-
run: python release.py -l "${{ steps.changes.outputs.last-tag }}"
33+
run: python tools/release.py -l "${{ steps.changes.outputs.last-tag }}"
3434
- name: Login to Docker Hub
3535
uses: docker/login-action@v3
3636
with:

0 commit comments

Comments
 (0)