Skip to content

Commit

Permalink
Add workflow to tag latest
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Jul 6, 2023
1 parent c613937 commit bd3b068
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Tag latest'

on:
push:
branches:
- master

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run latest-tag
uses: EndBug/latest-tag@latest

0 comments on commit bd3b068

Please sign in to comment.