Skip to content

Commit

Permalink
Fix: Build Action
Browse files Browse the repository at this point in the history
Add autobuild tagging
  • Loading branch information
LawrenceStanton committed Aug 17, 2024
1 parent b549551 commit 50baab5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,15 @@ jobs:
name: Proposal PDF
path: proposal.pdf

- name: Tag
id: tag
run: echo ::set-output name=release_tag::Autobuild_$(date +'%Y.%m.%d_%H-%M')

- name: Release Draft
uses: softprops/action-gh-release@v2
with:
name: Autobuild
tag_name: ${{ steps.tag.outputs.release_tag }}
files: proposal.pdf
body: |
This is an automated build of the proposal.
Expand Down

0 comments on commit 50baab5

Please sign in to comment.