Skip to content

Commit c882a79

Browse files
committed
CI updates
This is done by the automated script named upgrade-c2cciutils-to-1.7
1 parent f0c4f4e commit c882a79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ jobs:
112112
- run: (cd acceptance_tests && c2cciutils-docker-logs)
113113
if: always()
114114

115+
- name: Publish
116+
run: c2cciutils-publish
117+
if: env.HAS_SECRETS == 'HAS_SECRETS'
115118
- run: git diff --exit-code --patch > /tmp/dpkg-versions.patch || true
116119
if: failure()
117120
- uses: actions/upload-artifact@v4
@@ -120,6 +123,3 @@ jobs:
120123
path: /tmp/dpkg-versions.patch
121124
retention-days: 1
122125
if: failure()
123-
- name: Publish
124-
run: c2cciutils-publish
125-
if: env.HAS_SECRETS == 'HAS_SECRETS'

0 commit comments

Comments
 (0)