mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-16 14:16:45 +00:00
Create tag-temp.yaml
This commit is contained in:
19
.github/workflows/tag-temp.yaml
vendored
Normal file
19
.github/workflows/tag-temp.yaml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# .github/workflows/release.yml
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- my-temp-release-check
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Tag
|
||||
uses: K-Phoen/semver-release-action@master
|
||||
with:
|
||||
release_branch: my-temp-release-check
|
||||
release_strategy: tag
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user