Skip to content

Commit

Permalink
Release job fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Antunes committed Nov 8, 2024
1 parent 3c2c0ee commit 0118cca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release_build_extended_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,14 @@ jobs:
env:
RELEASE_CANDIDATE_ARTIFACTS_DIR: ${{ github.workspace }}/extended-services-release-candidate-artifacts
steps:
- name: "Checkout @ GitHub default"
uses: actions/checkout@v3

- name: "Checkout @ Simulated squashed-merge if PR"
uses: ./.github/actions/checkout-pr
with:
ref: ${{ inputs.base_ref }}

- name: Import GPG key
if: github.event_name != 'pull_request'
uses: crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549
Expand Down

0 comments on commit 0118cca

Please sign in to comment.