Skip to content

Commit

Permalink
auto tag
Browse files Browse the repository at this point in the history
  • Loading branch information
s-garg committed Feb 5, 2021
1 parent e99b50f commit f335ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Get current date
run: |
VERSION=$(expr $(date +'%y') - 20)$(date +'.%j.%H%M')
echo "TAG_NAME=3.7" >> $GITHUB_ENV
echo "RELEASE_NAME=3.7" >> $GITHUB_ENV
echo "TAG_NAME=$VERSION" >> $GITHUB_ENV
echo "RELEASE_NAME=$VERSION" >> $GITHUB_ENV
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit f335ac8

Please sign in to comment.