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 a58f704 + edc76fe commit a86ccd6Copy full SHA for a86ccd6
.github/workflows/release.yml
@@ -1,12 +1,26 @@
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
runs-on: ubuntu-latest
23
+ needs: tag
24
steps:
25
-
26
name: Checkout
.github/workflows/tag.yml
0 commit comments