Browse Source

fix checkout (#324)

pull/325/head
Opeyemi 1 year ago committed by GitHub
parent
commit
b3bef9cd31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -77,7 +77,7 @@ jobs: @@ -77,7 +77,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: main
fetch-depth: 0
- name: Get projects that changed versions
id: changed-projects

Loading…
Cancel
Save