github workflow updates 2

This commit is contained in:
Dethrace Labs 2022-09-17 05:50:11 +12:00
parent 1ceba81a93
commit f2376b27a2
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on:
- main
jobs:
build:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -15,6 +15,7 @@ jobs:
uses: mathieudutour/github-tag-action@v6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
dry_run: true
# build-linux:
# runs-on: ubuntu-18.04