diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1de7085..3ab3b73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,10 @@ jobs: type: now target_branch: release github_token: ${{ secrets.GITHUB_TOKEN }} + - name: Checkout Release branch + uses: actions/checkout@v2 + with: + ref: release - name: Add git tag run: | git config --global user.name ${{ github.actor }}