Skip to content

Commit f68d623

Browse files
authored
OCC-387: Fix GHA job names (#658)
* Fix job names * Temp workflow * Revert "Temp workflow" This reverts commit aabddd4.
1 parent 8408f62 commit f68d623

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-cloudsmith-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- v*-preview.*
77

88
jobs:
9-
call-publish-workflow:
9+
publish-cloudsmith:
1010
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
1111
with:
1212
source: https://nuget.cloudsmith.io/orchardcore/commerce/v3/index.json

.github/workflows/publish-cloudsmith.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
jobs:
9-
call-publish-workflow:
9+
publish-cloudsmith:
1010
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
1111
with:
1212
source: https://nuget.cloudsmith.io/orchardcore/commerce/v3/index.json

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- v*
77

88
jobs:
9-
call-publish-workflow:
9+
publish-nuget:
1010
if: contains(github.ref, 'preview') == false
1111
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
1212
secrets:

0 commit comments

Comments
 (0)