Skip to content

Commit

Permalink
Merge pull request #3 from bermannoah/clean-up-workflows
Browse files Browse the repository at this point in the history
Fix workflows and bump go version
  • Loading branch information
bermannoah authored May 12, 2020
2 parents 9559ba9 + cf330b5 commit 36e6429
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 35 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-tag-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Tag Release
name: build check - create tag - new release

on:
push:
Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build
run: go build -v .

- uses: actions/checkout@master
with:
fetch-depth: '0'
Expand All @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
WITH_V: true
id: create_new_tag

- uses: actions/checkout@v1
- name: Create release
if: ${{ success() }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Create release
name: create release binary for linux

on:
on:
release:
types: [created, published, edited]
types: [created]

jobs:
release-linux-amd64:
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/go.yml

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module simple-iam-vault-cli

go 1.12
go 1.14

require (
github.com/aws/aws-sdk-go v1.19.41
Expand Down

0 comments on commit 36e6429

Please sign in to comment.