mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- adjusted changelog to ocelot-social repo
- remove version tag since duplicates fail the github action - generate auto-changelog
This commit is contained in:
parent
cf70b12ed7
commit
9603882ede
23
.github/workflows/publish.yml
vendored
23
.github/workflows/publish.yml
vendored
@ -266,14 +266,15 @@ jobs:
|
||||
##########################################################################
|
||||
# Push version tag to GitHub #############################################
|
||||
##########################################################################
|
||||
- name: package-version-to-git-tag
|
||||
uses: pkgdeps/git-tag-action@v2
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_repo: ${{ github.repository }}
|
||||
version: ${{ env.VERSION }}
|
||||
git_commit_sha: ${{ github.sha }}
|
||||
git_tag_prefix: "v"
|
||||
# TODO: this will error on duplicate
|
||||
#- name: package-version-to-git-tag
|
||||
# uses: pkgdeps/git-tag-action@v2
|
||||
# with:
|
||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# github_repo: ${{ github.repository }}
|
||||
# version: ${{ env.VERSION }}
|
||||
# git_commit_sha: ${{ github.sha }}
|
||||
# git_tag_prefix: "v"
|
||||
##########################################################################
|
||||
# Push build tag to GitHub ###############################################
|
||||
##########################################################################
|
||||
@ -288,8 +289,8 @@ jobs:
|
||||
##########################################################################
|
||||
# Push release tag to GitHub #############################################
|
||||
##########################################################################
|
||||
#- name: generate changelog
|
||||
# run: yarn auto-changelog
|
||||
- name: generate changelog
|
||||
run: yarn auto-changelog
|
||||
- name: package-version-to-git-release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
@ -300,4 +301,4 @@ jobs:
|
||||
release_name: ${{ env.VERSION }}
|
||||
body_path: ./CHANGELOG.md
|
||||
draft: false
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
5067
CHANGELOG.md
5067
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user