Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Dec 18, 2023
1 parent 8da4263 commit fff2602
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: v${{GITHUB_REF:11}}
ref: v${{ needs.build.outputs.release_version }}
token: ${{ secrets.GH_TOKEN }}
- name: Login
uses: google-github-actions/setup-gcloud@v0
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: v${{GITHUB_REF:11}}
ref: v${{ needs.build.outputs.release_version }}
token: ${{ secrets.GH_TOKEN }}
- name: Login
uses: google-github-actions/setup-gcloud@v0
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: v${{GITHUB_REF:11}}
ref: v${{ needs.build.outputs.release_version }}
token: ${{ secrets.GH_TOKEN }}
- name: Setup GraalVM CE
uses: graalvm/[email protected]
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: v${{GITHUB_REF:11}}
ref: v${{ needs.build.outputs.release_version }}
token: ${{ secrets.GH_TOKEN }}
- name: Setup GraalVM CE
uses: graalvm/[email protected]
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: v${{GITHUB_REF:11}}
ref: v${{ needs.build.outputs.release_version }}
token: ${{ secrets.GH_TOKEN }}
- name: Setup GraalVM CE
uses: graalvm/[email protected]
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: v${{GITHUB_REF:11}}
ref: v${{ needs.build.outputs.release_version }}
token: ${{ secrets.GH_TOKEN }}
- name: Grails SDK Minor Release
if: contains(needs.build.outputs.release_version, 'M')
Expand Down

0 comments on commit fff2602

Please sign in to comment.