From 2d6c918b0662b6a8baf9da5973efbbd6dc5015a7 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Sun, 7 Mar 2021 18:56:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Created=20local=20'.github/workf?= =?UTF-8?q?lows/latest-tag.yml'=20from=20remote=20'workflows/versioning/la?= =?UTF-8?q?test-tag.yml'=20(#25)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latest-tag.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/latest-tag.yml diff --git a/.github/workflows/latest-tag.yml b/.github/workflows/latest-tag.yml new file mode 100644 index 0000000..76ad962 --- /dev/null +++ b/.github/workflows/latest-tag.yml @@ -0,0 +1,15 @@ +name: Tag CI +on: + release: + types: [published, edited] +jobs: + latest: + name: Latest + runs-on: windows-latest + steps: + - name: Update latest tag + uses: Actions-R-Us/actions-tagger@latest + env: + GITHUB_TOKEN: "${{ secrets.GH_PAT }}" + with: + publish_latest_tag: true \ No newline at end of file