Skip to content

Commit

Permalink
WIP Test release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Oct 12, 2020
1 parent 3433437 commit ecdf7b8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,14 +308,14 @@ jobs:
# curl --fail -H "X-GPG-PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}" -T .\k6.msi "https://${{ secrets.BINTRAY_USER }}:${{ secrets.BINTRAY_KEY }}@api.bintray.com/content/loadimpact/windows/k6/$env:VERSION/k6-v$env:VERSION-amd64.msi?publish=1&override=1"
# curl --fail -H "X-GPG-PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}" -T .\k6.portable.$env:VERSION.nupkg "https://${{ secrets.BINTRAY_USER }}:${{ secrets.BINTRAY_KEY }}@api.bintray.com/content/loadimpact/choco/k6.portable/$env:VERSION/k6.portable.$env:VERSION.nupkg?publish=1&override=1"'

publish-macos:
runs-on: macos-latest
needs: [deps, lint, test, test-cov, configure, build]
if: startsWith(github.ref, 'refs/tags/v')
env:
VERSION: ${{ needs.configure.outputs.version }}
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@cd7c1eba155dc11d77aa3e3e4013836ad96a6894
- name: Create version bump PR
run: brew bump-formula-pr k6 --tag="$VERSION" --revision="$GITHUB_SHA"
#publish-macos:
# runs-on: macos-latest
# needs: [deps, lint, test, test-cov, configure, build]
# if: startsWith(github.ref, 'refs/tags/v')
# env:
# VERSION: ${{ needs.configure.outputs.version }}
# steps:
# - name: Set up Homebrew
# uses: Homebrew/actions/setup-homebrew@cd7c1eba155dc11d77aa3e3e4013836ad96a6894
# - name: Create version bump PR
# run: brew bump-formula-pr k6 --tag="$VERSION" --revision="$GITHUB_SHA"
5 changes: 5 additions & 0 deletions release notes/v0.29.0-test4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
k6 v0.29.0 is here! :tada:

## New features and enhancements!

- [k6](https://github.com/loadimpact/k6/) ...

0 comments on commit ecdf7b8

Please sign in to comment.