Skip to content

Commit a86ccd6

Browse files
authored
Merge branch 'main' into work/commandbot
2 parents a58f704 + edc76fe commit a86ccd6

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
name: release
22

33
on:
4-
release:
5-
types: [created]
4+
push:
5+
branches:
6+
- master
7+
- main
68

79
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+
821
goreleaser:
922
runs-on: ubuntu-latest
23+
needs: tag
1024
steps:
1125
-
1226
name: Checkout

.github/workflows/tag.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)