diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d22f6b..8dfeb09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,9 @@ jobs: outputs: tag: ${{ steps.tag.outputs.tag }} steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Get current tag id: tag run: |