Skip to content

Commit

Permalink
Push release versions also to Github Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-pajurek committed Sep 30, 2024
1 parent 2359540 commit f822292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
outputs:
version: ${{ steps.resolve-version.outputs.version }}
publish-nuget-org: ${{ startsWith(github.ref, 'refs/tags/v') }}
publish-github: ${{ !startsWith(github.ref, 'refs/tags/v') }}
publish-github: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f822292

Please sign in to comment.