github workflow updates 2
This commit is contained in:
parent
1ceba81a93
commit
f2376b27a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue