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:
parent
4fd896e28c
commit
5707fb8b4f
5
.github/workflows/release-go.yml
vendored
5
.github/workflows/release-go.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user