We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d450d41 commit 6150f94Copy full SHA for 6150f94
.github/workflows/release.yml
@@ -13,6 +13,7 @@ on:
13
jobs:
14
create-release:
15
runs-on: ubuntu-latest
16
+ if: startsWith(github.ref, 'refs/tags/v')
17
steps:
18
- uses: actions/checkout@v2
19
0 commit comments