mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
publish only on master & build tag prefix
This commit is contained in:
parent
4bfba1983f
commit
63e519428c
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- new-ocelot-workflows-publish-deploy
|
||||
|
||||
jobs:
|
||||
##############################################################################
|
||||
@ -260,9 +259,7 @@ jobs:
|
||||
github_repo: ${{ github.repository }}
|
||||
version: ${{ env.BUILD_VERSION }}
|
||||
git_commit_sha: ${{ github.sha }}
|
||||
#git_tag_prefix: "b"
|
||||
# TODO
|
||||
git_tag_prefix: "test"
|
||||
git_tag_prefix: "b"
|
||||
- name: Generate changelog
|
||||
run: |
|
||||
yarn install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user