You've already forked go-semantic-release
feat(ci): add github actions
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -6,11 +6,6 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: tmp
|
|
||||||
run: |
|
|
||||||
echo $GITHUB_EVENT_NAME
|
|
||||||
cat $GITHUB_EVENT_PATH
|
|
||||||
|
|
||||||
- name: Set up Go 1.12
|
- name: Set up Go 1.12
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user