diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a37e76f..91ad13c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + ref: ${{ github.ref }} - name: Set tag name id: tag