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.
2 parents 1c8ff8a + a86ccd6 commit 44f8f23Copy full SHA for 44f8f23
.github/workflows/release.yml
@@ -1,13 +1,27 @@
1
name: release
2
3
on:
4
- release:
5
- types: [created]
+ push:
+ branches:
6
+ - master
7
+ - main
8
9
jobs:
10
+
11
+ tag:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ -
15
+ uses: actions/checkout@v2
16
17
+ uses: go-semantic-release/action@v1
18
+ with:
19
+ github-token: ${{ secrets.GITHUB_TOKEN }}
20
21
goreleaser:
22
23
runs-on: ubuntu-latest
24
+ needs: tag
25
steps:
26
-
27
name: Checkout
.github/workflows/tag.yml
0 commit comments