diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94bc2e1..54da68d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.ref }} - uses: spenserblack/actions-tag-to-release@v0.1