Update update_patterns.yml

This commit is contained in:
fab
2025-01-03 13:40:18 +01:00
committed by GitHub
parent 0dfd63699d
commit 88ff40dc10

View File

@@ -90,8 +90,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: release-${{ github.run_id }} # Use GitHub Actions run ID for uniqueness
release_name: Release ${{ github.run_id }}
tag_name: latest # Use "latest" as the tag name
release_name: Latest Release
draft: false
prerelease: false