Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuga2967 authored Mar 24, 2024
1 parent bceb462 commit 23c46de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,18 @@ jobs:
with:
name: C-Study-Guideline.pdf
path: C-Study-Guideline.pdf

- name: Get Today
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
with:
tag_name: UniqueTag
tag_name: tag-${{ steps.date.outputs.date }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
Expand Down

0 comments on commit 23c46de

Please sign in to comment.