Skip to content

Commit

Permalink
support for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskeren committed Mar 22, 2021
1 parent 90c5297 commit 3d9410e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/buildspigot-buildtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,17 @@ jobs:
with:
name: spigot
path: ./spigot*.jar

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

- name: Creating Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
title: "Nightly Spigot ${{ steps.date.outputs.date }}"
automatic_release_tag: "${{ steps.date.outputs.date }}"
files: |
./spigot*.jar

0 comments on commit 3d9410e

Please sign in to comment.