فهرست منبع

GitHub action latest tag (#3524)

https://github.com/marketplace/actions/latest-tag
Alexandre Alapetite 5 سال پیش
والد
کامیت
780e81a8a0
1فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 12 0
      .github/workflows/latest.yml

+ 12 - 0
.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