diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 692591a..5fa5b76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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.