Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VIKMSTR authored Mar 22, 2024
1 parent f6f0548 commit 80b1c75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ jobs:
with:
name: Docs
path: ./outputs/pdf/
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
- name: Github Release
uses: ncipollo/release-action@v1
with:
artifacts: "./outputs/pdf/*.pdf"
commit: "master"
tag: "master"
tag: ${{ steps.date.outputs.date }}

0 comments on commit 80b1c75

Please sign in to comment.