Add create-tag action to automatically tag nuklear versions
@@ -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