mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-08 20:45:27 +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
|
# todo: enable in the first release
|
||||||
|
#name: autotag
|
||||||
on:
|
#
|
||||||
push:
|
#on:
|
||||||
branches:
|
# push:
|
||||||
- "master"
|
# branches:
|
||||||
|
# - "master"
|
||||||
jobs:
|
#
|
||||||
build:
|
#jobs:
|
||||||
runs-on: ubuntu-latest
|
# build:
|
||||||
steps:
|
# runs-on: ubuntu-latest
|
||||||
-
|
# steps:
|
||||||
name: Checkout
|
# -
|
||||||
uses: actions/checkout@v2
|
# name: Checkout
|
||||||
-
|
# uses: actions/checkout@v2
|
||||||
name: Auto Tag
|
# -
|
||||||
uses: Klemensas/action-autotag@stable
|
# name: Auto Tag
|
||||||
with:
|
# uses: Klemensas/action-autotag@stable
|
||||||
GITHUB_TOKEN: "${{ secrets.GH_PAT }}"
|
# with:
|
||||||
tag_prefix: "v"
|
# GITHUB_TOKEN: "${{ secrets.GH_PAT }}"
|
||||||
|
# tag_prefix: "v"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user