mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-06-16 12:14:57 +00:00
Merge 7361449228 into 5513791f75
This commit is contained in:
commit
d7cb976d17
16
.github/workflows/latest_tag.yml
vendored
Normal file
16
.github/workflows/latest_tag.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: Update latest tag
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
update_latest_tag:
|
||||
runs-on: ubuntu-latest
|
||||
name: Move latest tag
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: EndBug/latest-tag@latest
|
||||
Loading…
Reference in a new issue