We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd896e commit 5707fb8Copy full SHA for 5707fb8
.github/workflows/release-go.yml
@@ -28,6 +28,11 @@ jobs:
28
npm install semver --quiet
29
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
30
31
+ - name: Remove files that should not be published
32
+ run: |
33
+ rm -f README.md
34
+ rm -f CONTRIBUTING.md
35
+
36
- uses: SAP/project-piper-action@master
37
name: Publish prerelease
38
with:
0 commit comments