Skip to content

Commit

Permalink
Checkout source (using updated version because why not) prior to usin…
Browse files Browse the repository at this point in the history
…g gh cli
  • Loading branch information
kengorab committed Oct 28, 2024
1 parent cad5607 commit cd849b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
create-gh-release:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Create non-latest release
run: gh release create ${{ github.ref_name }} --latest=false
env:
Expand All @@ -26,7 +28,7 @@ jobs:
runs-on: ${{ matrix.platform.os }}
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install QBE
run: |
mkdir -p qbe
Expand Down Expand Up @@ -61,6 +63,8 @@ jobs:
- build-and-release
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Mark release as latest
run: gh release edit ${{ github.ref_name }} --latest
env:
Expand Down

0 comments on commit cd849b2

Please sign in to comment.