diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a6a224f..1c8f0e0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,5 +58,5 @@ jobs: - name: Create Release if: steps.version_check.outputs.version_changed == 'true' uses: softprops/action-gh-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + tag_name: ${{ steps.version_check.outputs.new_version }}