Skip to content

Commit

Permalink
🔄 Created local '.github/workflows/latest-tag.yml' from remote 'workf…
Browse files Browse the repository at this point in the history
…lows/versioning/latest-tag.yml' (#25)
  • Loading branch information
BetaHuhnBot authored Mar 7, 2021
1 parent 1e44883 commit 2d6c918
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/latest-tag.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2d6c918

Please sign in to comment.