Skip to content

Commit

Permalink
Create latest-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRONiN authored Jul 18, 2022
1 parent 682d0ae commit 1f246c1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/latest-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Latest release

on:
release:
types: [published]

jobs:
create-release:
name: Changes any published release ttag with `latest`
runs-on: ubuntu-latest

steps:
- name: Latest tag
uses: EndBug/[email protected]

0 comments on commit 1f246c1

Please sign in to comment.