Skip to content

Commit

Permalink
docs: rename "build" job to "release"
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg authored and anton-yurchenko committed Feb 7, 2023
1 parent 583e22c commit 1493c18
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on:
- "*"

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -87,7 +87,7 @@ on:
- "*"

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -125,7 +125,7 @@ on:
- "*"

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -167,7 +167,7 @@ on:
- "*"

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -207,7 +207,7 @@ on:
- "*"

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -238,7 +238,7 @@ on:
- "*"

jobs:
build:
release:
runs-on: windows-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -279,7 +279,7 @@ on:
- master
jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -313,7 +313,7 @@ on:
- master
jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 1493c18

Please sign in to comment.