Skip to content

Commit

Permalink
Merge pull request #36 from Ilyes512/misc-github-actions-jobs-rename
Browse files Browse the repository at this point in the history
Rename Github Actions jobs
  • Loading branch information
Ilyes512 committed Nov 19, 2023
2 parents 7b5a78a + e37d229 commit 0cd2b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
permissions: read-all

jobs:
goreleaser:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: write

jobs:
goreleaser:
release:
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down

0 comments on commit 0cd2b8d

Please sign in to comment.