We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966df47 commit 28124f3Copy full SHA for 28124f3
.github/workflows/continuous-integration-workflow.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
build:
13
name: Build
14
- uses: spring-io/spring-security-release-tools/.github/workflows/build.yml@v1.0.7
+ uses: spring-io/spring-security-release-tools/.github/workflows/build.yml@main
15
strategy:
16
matrix:
17
os: [ ubuntu-latest ]
@@ -24,7 +24,7 @@ jobs:
24
deploy-artifacts:
25
name: Deploy Artifacts
26
needs: [ build ]
27
- uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1.0.7
+ uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@main
28
with:
29
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
30
secrets: inherit
0 commit comments