Skip to content

Commit

Permalink
Merge pull request #133 from Lombiq/issue/OSOE-402
Browse files Browse the repository at this point in the history
OSOE-402: Branch references
  • Loading branch information
dministro authored Nov 18, 2024
2 parents 56de25f + 2a5e331 commit 6486d80
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-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:
jobs:
publish-nuget:
name: Publish to NuGet
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@issue/OSOE-402
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
secrets:
API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/validate-nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:
jobs:
validate-nuget-publish:
name: Validate NuGet Publish
uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@issue/OSOE-402
uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@dev

0 comments on commit 6486d80

Please sign in to comment.