Skip to content

spring-search-1.0.9

spring-search-1.0.9 #6

name: SpringSearch Deploy
on:
pull_request:
types:
- closed
branches:
- master
jobs:
build:
if: contains(github.head_ref, 'bump/v') && github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
- name: Push tag
uses: anothrNick/github-tag-action@1.64.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_TAG: ${{ github.event.pull_request.title }}
- name: Release
uses: softprops/action-gh-release@v1