We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d81795 commit 8f33aa0Copy full SHA for 8f33aa0
1 file changed
.github/workflows/build.yaml
@@ -85,6 +85,9 @@ jobs:
85
github.actor != 'dependabot[bot]' &&
86
github.actor == 'hauner' && contains(needs.version.outputs.BUILD_VERSION, 'SNAPSHOT')
87
88
+ steps:
89
+ - run: echo "should publish ..."
90
+
91
publish:
92
needs: [check-publish]
93
name: publish snapshot
0 commit comments