Skip to content

Commit

Permalink
chore(pipeline): version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dominis committed Oct 31, 2024
1 parent 06783ef commit 8e5d175
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -40,6 +43,10 @@ jobs:
release:
needs: build
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Download binaries
uses: actions/download-artifact@v3
Expand All @@ -48,7 +55,7 @@ jobs:
path: release

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v1.21.0
with:
files: release/*.tar.gz
env:
Expand Down

0 comments on commit 8e5d175

Please sign in to comment.