diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 802d038..02339f0 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -45,9 +45,6 @@ jobs: git log -1 --pretty=%B echo EOF } >> "$GITHUB_OUTPUT" - - - name: retreive commit message - run: echo "commit message is ${{ steps.commit-message.outputs.COMMIT_MESSAGE }}" # Create a release for this specific version - name: Update Release with Files