Skip to content

Commit

Permalink
Revert "Use prerelease publish-nuget GHA workflow." (#416)
Browse files Browse the repository at this point in the history
This reverts commit a087232.
  • Loading branch information
sarahelsaig authored Mar 30, 2024
1 parent a087232 commit 9165a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cloudsmith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
call-publish-workflow:
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@issue/OSOE-832
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
with:
source: https://nuget.cloudsmith.io/orchardcore/commerce/v3/index.json
publish-version: "USE_GITHUB_RUN_NUMBER"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:
jobs:
call-publish-workflow:
if: contains(github.ref, 'preview') == false
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@issue/OSOE-832
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
secrets:
API_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 9165a72

Please sign in to comment.