Update CI-master_tests.yml

This commit is contained in:
Carlos Polop
2022-01-27 21:39:13 +00:00
committed by GitHub
parent 568f8cafa9
commit 6ab4e6798f

View File

@@ -367,7 +367,7 @@ jobs:
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
run: echo "::set-output name=date::$(date +'%Y%m%d')"
# Create the release
- name: Create Release
@@ -376,7 +376,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }} ${{steps.date.outputs.date}}
tag_name: ${{steps.date.outputs.date}}
release_name: Release ${{ github.ref }} ${{steps.date.outputs.date}}
draft: false
prerelease: false