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 72ff7b7 commit fda8200Copy full SHA for fda8200
.github/workflows/release.yml
@@ -3,14 +3,15 @@ name: Release
3
on:
4
push:
5
branches: main
6
+ tags:
7
+ - '[0-9]+.[0-9]+.[0-9]+'
8
9
permissions:
10
contents: write
11
12
jobs:
13
release:
14
runs-on: ubuntu-latest
- if: startsWith(github.ref, 'refs/tags/')
15
steps:
16
- name: Checkout
17
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
0 commit comments