Skip to content

Commit

Permalink
Auto-tag releases as latest for prod deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Apr 22, 2022
1 parent 5550c7c commit 0c1ddfe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/latest-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Add latest tag to new release
on:
release:
types: [published]

jobs:
run:
name: Run local action
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: Run latest-tag
uses: EndBug/latest-tag@latest

0 comments on commit 0c1ddfe

Please sign in to comment.