We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8577dfb commit bae5ed8Copy full SHA for bae5ed8
.github/workflows/snap.yaml
@@ -108,7 +108,7 @@ jobs:
108
109
publish:
110
needs: [build, test, check-snapstore-login]
111
- uses: ./.github/workflows/publish.yaml
+ uses: ./.github/workflows/publish.yaml@fix/publish_with_artifacts-from-different-branches
112
with:
113
artifact-pattern: 'workflow-build-snap-*-${{ inputs.git-ref }}'
114
snap-risk: ${{ inputs.snap-risk }}
0 commit comments