We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a087232 commit 9165a72Copy full SHA for 9165a72
.github/workflows/publish-cloudsmith.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
call-publish-workflow:
12
- uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@issue/OSOE-832
+ uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
13
with:
14
source: https://nuget.cloudsmith.io/orchardcore/commerce/v3/index.json
15
publish-version: "USE_GITHUB_RUN_NUMBER"
.github/workflows/publish-nuget.yml
@@ -8,6 +8,6 @@ on:
8
if: contains(github.ref, 'preview') == false
secrets:
API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments