We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ac5df commit 2308d3aCopy full SHA for 2308d3a
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-latest
40
needs: build
41
name: Build, Tag, Push
42
-
+ if: startsWith(github.ref, 'refs/tags/v')
43
steps:
44
- name: Checkout code
45
uses: actions/checkout@v4
0 commit comments