diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14a3736..13671e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,10 @@ jobs: contents: write steps: - uses: actions/checkout@v4 + with: + ref: main + fetch-depth: 0 + token: ${{ secrets.PROJECT_TOKEN }} - name: Modify for next release run: | chmod +x release.sh