Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davi17g committed Aug 1, 2024
1 parent d1016b2 commit d631126
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
outputs:
upload_url: ${{ steps.create-release.outputs.upload_url }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
# - name: Check if release exists
# id: check-release
# uses: actions/github-script@v7
Expand Down Expand Up @@ -53,6 +51,8 @@ jobs:
build-artifacts:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand All @@ -62,7 +62,6 @@ jobs:
go install "github.com/goreleaser/nfpm/v2/cmd/nfpm@latest"
- name: Build Packages
run: |
ls
make packages
# make-packages:
Expand Down

0 comments on commit d631126

Please sign in to comment.