Skip to content

Commit

Permalink
Remove README and CONTRIBUTING files from release (#5221)
Browse files Browse the repository at this point in the history
  • Loading branch information
D074360 authored Jan 8, 2025
1 parent 4fd896e commit 5707fb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5707fb8

Please sign in to comment.