Skip to content

Commit

Permalink
update job name
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Mar 27, 2023
1 parent 33d1f14 commit d9f1f04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Snapshot

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
pull_request:

jobs:
release:
snapshot:
runs-on: ubuntu-latest

steps:
Expand All @@ -25,7 +25,7 @@ jobs:
install-only: true

- name: Run Mage
uses: magefile/mage-action@v2
uses: magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f # v2.3.0
with:
version: latest
args: buildBinariesSnapshot
Expand Down

0 comments on commit d9f1f04

Please sign in to comment.