Browse Source

Merge pull request #287 from epsilon-0/master

Add create-tag action to automatically tag nuklear versions
Rob Loach 4 years ago
parent
commit
eec319bb2c
1 changed files with 16 additions and 0 deletions
  1. 16 0
      .github/workflows/create-tag.yml

+ 16 - 0
.github/workflows/create-tag.yml

@@ -0,0 +1,16 @@
+name: Create Tag
+
+on:
+  push:
+    branches:
+      - master
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v2
+    - uses: butlerlogic/action-autotag@stable
+      with:
+        GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+        root: clib.json