add release title

pull/24/head
Cullen Watson 2023-08-28 08:28:01 -05:00
parent 9d85e011e3
commit 6ec0c0247f
1 changed files with 4 additions and 4 deletions

View File

@ -35,10 +35,10 @@ jobs:
tags: ghcr.io/${{ github.repository_owner }}/${{ env.REPO_NAME_LOWER }}/jobspy_api:latest
- name: Set Release Tag Name
run: |
# This creates a tag based on the current date: v0.YYMMDD.0
TAG_VERSION="v0.$(date +'%y%m%d').0"
echo "RELEASE_TAG=${TAG_VERSION}" >> $GITHUB_ENV
run: |
# This creates a tag based on the current date: v0.YYMMDD.0
TAG_VERSION="v0.$(date +'%y%m%d').0"
echo "RELEASE_TAG=${TAG_VERSION}" >> $GITHUB_ENV
- name: Create Release
id: create_release