mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-08 12:35:30 +00:00
Disable autotag Github Action
This commit is contained in:
parent
5046f60914
commit
aed54e0bb3
41
.github/workflows/autotag.yml
vendored
41
.github/workflows/autotag.yml
vendored
@ -1,20 +1,21 @@
|
||||
name: autotag
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Auto Tag
|
||||
uses: Klemensas/action-autotag@stable
|
||||
with:
|
||||
GITHUB_TOKEN: "${{ secrets.GH_PAT }}"
|
||||
tag_prefix: "v"
|
||||
# todo: enable in the first release
|
||||
#name: autotag
|
||||
#
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - "master"
|
||||
#
|
||||
#jobs:
|
||||
# build:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# -
|
||||
# name: Checkout
|
||||
# uses: actions/checkout@v2
|
||||
# -
|
||||
# name: Auto Tag
|
||||
# uses: Klemensas/action-autotag@stable
|
||||
# with:
|
||||
# GITHUB_TOKEN: "${{ secrets.GH_PAT }}"
|
||||
# tag_prefix: "v"
|
||||
|
Loading…
x
Reference in New Issue
Block a user