diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6ed7cab..6faa054 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -26,8 +26,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ github.sha }} - release_name: Release ${{ github.sha }} + tag_name: test + release_name: Release body: Automated release generated by CI draft: false prerelease: false