mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
chore: remove deprecated artifacts
This commit is contained in:
parent
2d3d24ef0e
commit
79046f9480
1 changed files with 0 additions and 9 deletions
9
.github/workflows/semantic-release.yml
vendored
9
.github/workflows/semantic-release.yml
vendored
|
|
@ -40,12 +40,3 @@ jobs:
|
|||
run: |
|
||||
RELEASE_TAG=$(npx semantic-release | tee /dev/stderr | grep -oP '(?<=next release version is )[^ ]+')
|
||||
echo "RELEASE_TAG=${RELEASE_TAG}" >> $GITHUB_ENV
|
||||
|
||||
- name: Save release tag
|
||||
run: echo "${RELEASE_TAG}" > release_tag.txt
|
||||
|
||||
- name: Upload release metadata
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: release-metadata
|
||||
path: release_tag.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue