Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Update and rename dotnet.yml to Feijuca.Keycloak.Auth.MultiTenancy-Bu…
Browse files Browse the repository at this point in the history
…ild.yml
  • Loading branch information
fmattioli committed Jul 7, 2024
1 parent ee803d1 commit 0bb115f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
env:
VERSION: ${{ needs.bump.outputs.version }}
VERSION_UPDATE_TYPE: ${{ needs.bump.outputs.version_update_type }}
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' && (env.VERSION_UPDATE_TYPE == 'MINOR' || env.VERSION_UPDATE_TYPE == 'REVISION')
name: Update NuGet package
steps:
- name: Checkout repository
Expand Down

0 comments on commit 0bb115f

Please sign in to comment.