Skip to content

Commit

Permalink
Checkout to the release using 'HEAD^{/\(release\)}'
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Oct 27, 2023
1 parent a0bb403 commit bb2f2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Checkout to the release commit
run: git checkout $(git log --grep="^(release)" --format="%H" | head -1)
run: git checkout 'HEAD^{/\(release\)}'

- name: Extract version numbers from the spa-build-config.json file
id: versions
Expand Down

0 comments on commit bb2f2b8

Please sign in to comment.