Skip to content

Commit

Permalink
chore(ci): reorder + go version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcStdt committed Mar 25, 2024
1 parent 16cf405 commit b4b456a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-go@v5
- run: make build
- run: make build-plugins
with:
go-version: "^1.21"
- uses: paulhatch/semantic-version@v5.3.0
id: version
with:
debug: true
- run: make build
- run: make build-plugins
- name: Release
uses: softprops/action-gh-release@v2
if: ${{ steps.version.outputs.version != '' }}
Expand Down

0 comments on commit b4b456a

Please sign in to comment.