Fix correct branch refs in workflows

This commit is contained in:
Janne Valkealahti
2022-10-03 11:34:56 +01:00
parent d47d23f930
commit e90929cadc
5 changed files with 8 additions and 8 deletions

View File

@@ -38,6 +38,6 @@ jobs:
if: github.repository_owner == 'spring-projects'
needs: [build]
name: Call Publish Snapshot
uses: spring-projects/spring-shell/.github/workflows/ci-publish.yml@main
uses: spring-projects/spring-shell/.github/workflows/ci-publish.yml@2.1.x
secrets:
jfArtifactorySpring: ${{ secrets.JF_ARTIFACTORY_SPRING }}