mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
don't fail if tag exists (release)
This commit is contained in:
parent
5ecee4d73a
commit
39c82fcb37
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -296,6 +296,7 @@ jobs:
|
||||
- name: generate changelog
|
||||
run: yarn auto-changelog
|
||||
- name: package-version-to-git-release
|
||||
continue-on-error: true # Will fail if tag exists
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user