Skip to content

Commit

Permalink
update mage action in release
Browse files Browse the repository at this point in the history
  • Loading branch information
positiveviking committed Mar 6, 2023
1 parent 494148b commit 5489889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
- name: Test backend
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: magefile/mage-action@v1
uses: magefile/mage-action@v2
with:
version: latest
args: coverage

- name: Build backend
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: magefile/mage-action@v1
uses: magefile/mage-action@v2
with:
version: latest
args: buildAll
Expand Down

0 comments on commit 5489889

Please sign in to comment.