File tree Expand file tree Collapse file tree 3 files changed +10
-208
lines changed Expand file tree Collapse file tree 3 files changed +10
-208
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ steps:
8888 # Post-Publish
8989 # #############################
9090
91- # This script will use the previously written version_wf file to update
92- # the version inside of github, as well as create release notes with a
93- # link back to the merged pull request.
94- # - label: 'postbuild_tagrepo_update_releasenotes'
95- # env:
96- # # Use automatic versioning.
97- # AUTOTAGREPO: true
98- # # Collapse the new release with the previous release.
99- # WF_COLLAPSERELEASE: true
100- # command: 'workflow postbuild_tagrepo_update_releasenotes'
91+ - label : ' :beer: tap '
92+ branches : master
93+ commands : |
94+ #!/bin/bash -e
95+ git clean -ffxdq
96+ docker run -t --rm --privileged \
97+ -v $$PWD:/src/github.com/sendgrid/aws-env \
98+ -w /src/github.com/sendgrid/aws-env \
99+ -e GITHUB_TOKEN=$$WF_GITHUB_TOKEN \
100+ goreleaser/goreleaser release
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments