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 dd05a02 commit 9604199Copy full SHA for 9604199
.github/workflows/trigger-release-version.yml
@@ -16,10 +16,12 @@ on:
16
jobs:
17
release-version:
18
runs-on: ubuntu-latest
19
- if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
20
steps:
21
- - name: Checkout project sources
+ - name: Checkout project sources ('main' branch)
22
uses: actions/checkout@v3
+ with:
23
+ ref: main
24
+ token: ${{ secrets.CI_GITHUB_TOKEN }}
25
- uses: actions/setup-java@v3
26
with:
27
distribution: 'corretto'
0 commit comments