We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765c292 commit b3fe4a9Copy full SHA for b3fe4a9
2 files changed
.github/workflows/octoprint_build.yml
@@ -55,7 +55,7 @@ jobs:
55
56
release:
57
needs: build
58
- if: startsWith(github.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/octo-v')
59
runs-on: ubuntu-latest
60
permissions:
61
contents: write
.github/workflows/prusalink_build.yml
@@ -52,7 +52,7 @@ jobs:
52
53
54
+ if: startsWith(github.ref, 'refs/tags/prusa-v')
0 commit comments