Skip to content

Commit

Permalink
build in release into single pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodify committed Nov 12, 2023
1 parent 72625e2 commit 8169b85
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- build-and-release

jobs:
build:
build_and_release:
runs-on: ubuntu-latest

steps:
Expand All @@ -24,11 +24,6 @@ jobs:
- name: Build
run: go build -o GitInsights

release:
runs-on: ubuntu-latest
needs: build

steps:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 8169b85

Please sign in to comment.