Skip to content

Commit

Permalink
publish unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 30, 2024
1 parent 4da52ba commit 76ec278
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 @@ -42,7 +42,7 @@ jobs:
mill-version: ${{ env.MILL_VERSION }}

- name: Publish ${{ github.ref }}
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v')
run: |
mill -i __.publishArtifacts
mill -i io.kipp.mill.ci.release.ReleaseModule/publishAll
Expand Down

0 comments on commit 76ec278

Please sign in to comment.