1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-16 05:16:08 +02:00

Remove README and CONTRIBUTING files from release (#5221)

This commit is contained in:
Manjunath 2025-01-08 12:09:44 +01:00 committed by GitHub
parent 4fd896e28c
commit 5707fb8b4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,11 @@ jobs:
npm install semver --quiet
echo "PIPER_version=v$(node_modules/.bin/semver -i minor $(curl --silent "https://api.github.com/repos/$GITHUB_REPOSITORY/releases/latest" | jq -r .tag_name))" >> $GITHUB_ENV
- name: Remove files that should not be published
run: |
rm -f README.md
rm -f CONTRIBUTING.md
- uses: SAP/project-piper-action@master
name: Publish prerelease
with: