mirror of https://github.com/Bunsly/JobSpy
add release title
parent
9d85e011e3
commit
6ec0c0247f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue