Skip to content

Commit

Permalink
chore:wdsq
Browse files Browse the repository at this point in the history
  • Loading branch information
mlz11 committed Mar 8, 2024
1 parent ab80894 commit b644673
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/spring-search-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ jobs:
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PRERELEASE: true
CUSTOM_TAG: ${{ github.event.pull_request.title }}
15 changes: 15 additions & 0 deletions .github/workflows/spring-search-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: SpringSearch Release

on:
push:
tags:
- "spring-search-**"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v1

0 comments on commit b644673

Please sign in to comment.