Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjpro committed Oct 31, 2024
1 parent 6c2d31a commit 170612e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:

jobs:
build-release:
name: Release pushed tag
runs-on: ubuntu-24.04
steps:
- name: Checkout code
Expand All @@ -25,11 +26,6 @@ jobs:
run: go get ./...
- name: build
run: make release
release:
name: Release pushed tag
needs: [build-release]
runs-on: ubuntu-24.04
steps:
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 170612e

Please sign in to comment.