Skip to content

feat(uploadFiles): 사용자의 업로드 파일 검색 쿼리 최적화 #27

feat(uploadFiles): 사용자의 업로드 파일 검색 쿼리 최적화

feat(uploadFiles): 사용자의 업로드 파일 검색 쿼리 최적화 #27

Workflow file for this run

name: github action tag release
on:
push:
branches:
- main
jobs:
setup-build-deploy:
name: Setup, Build, and Deploy
runs-on: ubuntu-latest
permissions:
packages: write
contents: write
id-token: write
steps:
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ secrets.TOKEN }}
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}