Skip to content

Commit

Permalink
Merge pull request #11 from GiganticMinecraft/ci-job-name
Browse files Browse the repository at this point in the history
ci: add job name
  • Loading branch information
Lucky authored Dec 23, 2023
2 parents e2a0a69 + 06c9980 commit aaca8ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-and-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
jobs:
ci:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -42,6 +43,7 @@ jobs:
echo "sha=$VALUE" >> $GITHUB_OUTPUT
shell: bash
cd:
name: Release
runs-on: ubuntu-latest
needs:
- ci
Expand Down

0 comments on commit aaca8ed

Please sign in to comment.