You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body: "WSL2 image for containerlab version ${{ steps.containerlab.outputs.CONTAINERLAB_VERSION }}\n\nThis release was automatically generated based on the latest containerlab release."
115
+
body: |
116
+
WSL2 image for containerlab version ${{ steps.containerlab.outputs.CONTAINERLAB_VERSION }}
117
+
118
+
${{ github.event_name == 'workflow_dispatch' && 'This release was manually triggered.' || 'This release was automatically generated based on the latest containerlab release.' }}
97
119
draft: false
98
120
prerelease: false
99
121
100
122
build-and-publish:
101
123
runs-on: ubuntu-22.04
102
-
# Run this job if triggered by a release event or if the check-and-release job completed successfully
124
+
# Run this job if triggered by a release event or if the check-and-release job determined a release is needed
103
125
# The needs clause is conditional to avoid dependency on a job that might be skipped
0 commit comments