Skip to content

Commit b366c74

Browse files
committed
fix:fix release
Signed-off-by: Chen Kai <281165273grape@gmail.com>
1 parent 1caf7dd commit b366c74

File tree

2 files changed

+1
-104
lines changed

2 files changed

+1
-104
lines changed

.github/config/configuration.json

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -51,43 +51,4 @@ jobs:
5151
file: ./Dockerfile.portal
5252
push: true
5353
tags: ${{ steps.meta.outputs.tags }}
54-
labels: ${{ steps.meta.outputs.labels }}
55-
56-
57-
release:
58-
name: 🚰 Release new version.
59-
needs: push_image_to_github
60-
runs-on: ubuntu-latest
61-
62-
steps:
63-
- name: 🛎️Check out the source code
64-
uses: actions/checkout@v3
65-
with:
66-
fetch-depth: 0
67-
submodules: recursive
68-
69-
- name: ⚙️Build Changelog
70-
id: github_release
71-
uses: mikepenz/release-changelog-builder-action@v4
72-
with:
73-
configuration: ".github/config/configuration.json"
74-
commitMode: true
75-
ignorePreReleases: ${{ !contains(github.ref, '-') }}
76-
env:
77-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78-
79-
- name: ⏬Download all the build artifacts
80-
uses: actions/download-artifact@v3
81-
with:
82-
path: release-artifacts
83-
84-
- name: ✨Github Release
85-
uses: softprops/action-gh-release@v1
86-
with:
87-
body: ${{ steps.github_release.outputs.changelog }}
88-
files: |
89-
${{ github.workspace }}/release-artifacts/**
90-
generate_release_notes: true
91-
fail_on_unmatched_files: true
92-
env:
93-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)