aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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