Skip to content

chore: Create SECURITY.md #43

chore: Create SECURITY.md

chore: Create SECURITY.md #43

Workflow file for this run

name: Bump version
on:
pull_request:
types: [opened]
branches:
- 'master'
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
bump-version:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- name: Bump Version
id: bump
uses: Plugily-Projects/version-bump-action@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-version-bump: true