Skip to content

Commit 5707fb8

Browse files
Remove README and CONTRIBUTING files from release (#5221)
1 parent 4fd896e commit 5707fb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-go.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
npm install semver --quiet
2929
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
3030

31+
- name: Remove files that should not be published
32+
run: |
33+
rm -f README.md
34+
rm -f CONTRIBUTING.md
35+
3136
- uses: SAP/project-piper-action@master
3237
name: Publish prerelease
3338
with:

0 commit comments

Comments
 (0)