Removed the automatic release tag from the create release workflow

This commit is contained in:
Mathias
2022-08-06 16:28:49 +02:00
parent 34e17e889e
commit bc11d42f84

View File

@@ -38,7 +38,6 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ steps.get_version.outputs.version }}
prerelease: false
title: Release ${{ steps.get_version.outputs.version }}
files: |