diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 665c041..d9d483f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ env: CARGO_TERM_COLOR: always jobs: - release-pr: + release: runs-on: ubuntu-latest permissions: contents: write @@ -15,6 +15,12 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Git setup + run: | + git config user.name github-actions + git config user.email github-actions@github.com - uses: actions/cache@v4 with: path: |