Skip to content

Commit

Permalink
Restructure GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fronold49 authored Oct 24, 2022
1 parent 0090b5e commit 0a046e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ jobs:
- name: Build
run: go build -v ./...

deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
generate_release_notes: true
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0a046e3

Please sign in to comment.