diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f8f70c6..724d5f7 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,7 +19,7 @@ jobs: with: release-type: simple package-name: dire - token: {{ secrets.RELEASE_PLEASE_TOKEN }} + token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - uses: actions/checkout@v4 - name: Tag major nad minor versions if: ${{ steps.release.outputs.release_created }}