Skip to content

Add test workflow

Add test workflow #9

name: '[csvexport] Bump version'
on:
workflow_dispatch:
inputs: { }
push:
branches:
- main
paths:
- 'pkg/csvexport/**'
- '!**/*.md'
- '!.github/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: '[csvexport] Bump version and push tag'
uses: hennejg/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: 'pkg/csvexport/v'
release_branches: 'main'