Skip to content

Create LICENSE

Create LICENSE #11

Workflow file for this run

name: Bump version
on:
pull_request:
types:
- closed
branches:
- master
jobs:
build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- name: Set up JDK
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
INITIAL_VERSION: 1.0.0
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}