mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-16 22:26:44 +00:00
no message
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -3,8 +3,7 @@ name: Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- main
|
||||
- my-temp-release-check
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
38
.github/workflows/tag-temp.yaml
vendored
38
.github/workflows/tag-temp.yaml
vendored
@@ -1,38 +0,0 @@
|
||||
name: Tag
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- my-temp-release-check
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Tag
|
||||
uses: krogon/semver-release-action@master
|
||||
with:
|
||||
release_branch: my-temp-release-check
|
||||
release_strategy: tag
|
||||
default_increment: patch
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# name: Tag
|
||||
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - my-temp-release-check
|
||||
|
||||
# jobs:
|
||||
# build:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Tag
|
||||
# uses: ChorusOne/semver-release-action@workaround-for-org-errors
|
||||
# with:
|
||||
# release_branch: my-temp-release-check
|
||||
# release_strategy: tag
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user