Skip to content

Commit

Permalink
Fix piper version to v1.34.0 for release (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored May 22, 2020
1 parent 7e2ab74 commit 79729ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
echo "::set-env name=PIPER_version::v$(node_modules/.bin/semver -i minor $(curl --silent "https://api.github.com/repos/$GITHUB_REPOSITORY/releases/latest" | jq -r .tag_name))"
- uses: SAP/project-piper-action@master
with:
piper-version: latest
piper-version: v1.34.0
command: githubPublishRelease
flags: --token ${{ secrets.GITHUB_TOKEN }} --assetPath ./piper_master
- uses: SAP/project-piper-action@master
with:
piper-version: latest
piper-version: v1.34.0
command: githubPublishRelease
flags: --token ${{ secrets.GITHUB_TOKEN }} --version latest --assetPath ./piper

0 comments on commit 79729ad

Please sign in to comment.