make CI create tags

This commit is contained in:
Kevin Hester
2021-04-16 15:03:38 +08:00
parent b0013e77d1
commit dc7f715acd
2 changed files with 23 additions and 8 deletions

View File

@@ -8,14 +8,14 @@ on:
jobs:
setup:
runs-on: ubuntu-latest
steps:
# runs-on: ubuntu-latest
# steps:
- name: Startup
run: echo "No action setup currently needed, skipping..."
# - name: Startup
# run: echo "No action setup currently needed, skipping..."
build:
needs: setup
# needs: setup
runs-on: ubuntu-latest
steps: