Skip to content

Commit 9165a72

Browse files
authored
Revert "Use prerelease publish-nuget GHA workflow." (#416)
This reverts commit a087232.
1 parent a087232 commit 9165a72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-cloudsmith.yml

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

1010
jobs:
1111
call-publish-workflow:
12-
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@issue/OSOE-832
12+
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
1313
with:
1414
source: https://nuget.cloudsmith.io/orchardcore/commerce/v3/index.json
1515
publish-version: "USE_GITHUB_RUN_NUMBER"

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88
jobs:
99
call-publish-workflow:
1010
if: contains(github.ref, 'preview') == false
11-
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@issue/OSOE-832
11+
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
1212
secrets:
1313
API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)