Skip to content

Commit 52ecad0

Browse files
committed
Try publishing pre-releases
1 parent 7348f13 commit 52ecad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: earthly --strict +test
2626

2727
- name: earthly +push
28-
if: github.ref == 'refs/heads/main'
28+
# if: github.ref == 'refs/heads/main'
2929
run: earthly --push --secret NUGET_API_KEY --secret PSGALLERY_API_KEY --strict +all
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)