Skip to content

Merge pull request #120 from Checkmarx/cx-monicac-update-kics-version #27

Merge pull request #120 from Checkmarx/cx-monicac-update-kics-version

Merge pull request #120 from Checkmarx/cx-monicac-update-kics-version #27

Workflow file for this run

name: Publish kics GitHub Action
# Run this workflow on Tags matching v* pattern and publish a new release
on:
push:
tags:
- 'v*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haya14busa/action-update-semver@v1
with:
major_version_tag_only: true
- name: Create a Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}