Update CI-master_tests.yml

This commit is contained in:
Carlos Polop 2023-04-13 23:31:22 +02:00 committed by GitHub
parent a0175b0172
commit 39d811c16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -419,8 +419,8 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
tag_name: ${{steps.date.outputs.date}}2 tag_name: ${{ github.sha }} ${{steps.date.outputs.date}}
release_name: Release ${{ github.ref }}2 ${{steps.date.outputs.date}} release_name: Release ${{ github.ref }} ${{ github.sha }} ${{steps.date.outputs.date}}
draft: false draft: false
prerelease: false prerelease: false