Skip to content

Commit

Permalink
ci: Enables release
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Jan 1, 2024
1 parent 13cf3f4 commit 4a3aa31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/latex_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ jobs:
folder: out
git-config-name: e4e_github_actions
git-config-email: [email protected]
- name: Prepare Release Parameters
run: |
echo 'today_date=$(date -I)' >> $GITHUB_ENV
- name: Create Release
uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: $today_date
prerelease: false
files: e4e_weekly_presentation*

0 comments on commit 4a3aa31

Please sign in to comment.