Skip to content

Commit

Permalink
feat(#8): Changed the condition of the release automation.
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrotNano committed Mar 14, 2023
1 parent f4534f1 commit c5a3122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
dotnet nuget push "target/nugets/Release/MarcelMelzig.TestEnvironment.$PACKAGE_VERSION.nupkg" --source "github"
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
if: github.ref_name == 'production'

0 comments on commit c5a3122

Please sign in to comment.