diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index dbcc3a96..9fe495e6 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -59,6 +59,8 @@ jobs: && !contains(needs.*.result, 'failure') steps: - uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} - name: Tag and release run: | git config user.name "GitHub Actions Bot"