Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit b5f4900

Browse files
author
Zak Zajac
committed
changed name in github action to match action better
1 parent 076b407 commit b5f4900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12-
build:
12+
test:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
test:
10+
publish:
1111
runs-on: ubuntu-latest
1212

1313
steps:

0 commit comments

Comments
 (0)