summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-03-23 18:48:41 +0100
committerGravatar GitHub <noreply@github.com> 2021-03-23 18:48:41 +0100
commit780e81a8a0ac041ab5fb89915f1a184e9c0bbb21 (patch)
treec38131bed55e16b78487fd0926fd0d82dd86f726
parentb88e44a5941cc73d3a2ea90cce67d69331452744 (diff)
GitHub action latest tag (#3524)
https://github.com/marketplace/actions/latest-tag
-rw-r--r--.github/workflows/latest.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml
new file mode 100644
index 000000000..0c6c5bdbd
--- /dev/null
+++ b/.github/workflows/latest.yml
@@ -0,0 +1,12 @@
+name: Add latest tag to new release
+on:
+ release:
+ types: [published]
+
+jobs:
+ run:
+ name: Run local action
+ runs-on: ubuntu-latest
+ steps:
+ - name: Run latest-tag
+ uses: EndBug/latest-tag@6d22a6738f5c33059e3a8c6ca5dcf8eaf8a14599