diff --git a/.github/workflows/release-go.yml b/.github/workflows/release-go.yml index dff25be08d..c5f099432a 100644 --- a/.github/workflows/release-go.yml +++ b/.github/workflows/release-go.yml @@ -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