diff --git a/.github/workflows/default_config.yaml b/.github/workflows/default_config.yaml index 523fcc0..0b64a69 100644 --- a/.github/workflows/default_config.yaml +++ b/.github/workflows/default_config.yaml @@ -59,8 +59,8 @@ jobs: - name: Create Release uses: actions/create-release@latest - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: tag_name: "${{ steps.latest_tag.outputs.name }}" release_name: "Release ${{ steps.latest_tag.outputs.name }}"