diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa55a55..3b00e46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,17 +9,17 @@ jobs: name: Make and publish spec release runs-on: ubuntu-latest steps: + - name: Clone main + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + with: + fetch-depth: 0 + - name: Set up Python uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 with: python-version: 3.x cache: 'pip' - - name: Clone main - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - with: - fetch-depth: 0 - - name: Get previous version id: prevver run: |