Change workflow internal job name

This commit is contained in:
2024-04-24 05:00:39 -05:00
parent 0ac915a865
commit 5ec8b1750e
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ permissions:
contents: write
jobs:
deploy:
build:
runs-on: ubuntu-latest
steps:

View File

@@ -6,7 +6,7 @@ permissions:
contents: write
jobs:
deploy:
build:
runs-on: ubuntu-latest
permissions:

View File

@@ -13,7 +13,7 @@ permissions:
contents: write
jobs:
deploy:
build:
runs-on: windows-latest
steps: