Skip to content

Commit

Permalink
Swap build and test order in release workflow
Browse files Browse the repository at this point in the history
 On branch versioning_workflow
 Changes to be committed:
	modified:   .github/workflows/release.yml
  • Loading branch information
NerdEgghead committed Jul 29, 2024
1 parent d491af2 commit 6604efc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
with:
ref: ${{ github.event.inputs.ref }}

- name: Test
run: |
make test
- name: Build 🔧
run: |
make clean && VERSION=${{ github.event.inputs.tag }} make release
- name: Test
run: |
make test
- name: Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 6604efc

Please sign in to comment.