Skip to content

Commit 8f33aa0

Browse files
committed
build: fix missing step
1 parent 3d81795 commit 8f33aa0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
github.actor != 'dependabot[bot]' &&
8686
github.actor == 'hauner' && contains(needs.version.outputs.BUILD_VERSION, 'SNAPSHOT')
8787
88+
steps:
89+
- run: echo "should publish ..."
90+
8891
publish:
8992
needs: [check-publish]
9093
name: publish snapshot

0 commit comments

Comments
 (0)