Skip to content

Commit 44f8f23

Browse files
committed
Merge branch 'work/commandbot' of github.com:hazcod/crowdstrike-spotlight-slacker into work/commandbot
2 parents 1c8ff8a + a86ccd6 commit 44f8f23

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,13 +1,27 @@
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
name: release
1023
runs-on: ubuntu-latest
24+
needs: tag
1125
steps:
1226
-
1327
name: Checkout

.github/workflows/tag.yml

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

0 commit comments

Comments
 (0)