diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 82e863cb..ff1c9004 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -33,9 +33,9 @@ jobs: 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 - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - prerelease: endswith("$tag_name", "-dev" - body: | - Release created with GitHub Actions + with: + tag_name: ${{ github.ref }} + release_name: Release ${{ github.ref }} + prerelease: endswith("$tag_name", "-dev" + body: | + Release created with GitHub Actions