Skip to content

Commit b3fe4a9

Browse files
committed
add missing release
1 parent 765c292 commit b3fe4a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/octoprint_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
release:
5757
needs: build
58-
if: startsWith(github.ref, 'refs/tags/v')
58+
if: startsWith(github.ref, 'refs/tags/octo-v')
5959
runs-on: ubuntu-latest
6060
permissions:
6161
contents: write

.github/workflows/prusalink_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
release:
5454
needs: build
55-
if: startsWith(github.ref, 'refs/tags/v')
55+
if: startsWith(github.ref, 'refs/tags/prusa-v')
5656
runs-on: ubuntu-latest
5757
permissions:
5858
contents: write

0 commit comments

Comments
 (0)