Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from cloudfoundry/bosh-action
Browse files Browse the repository at this point in the history
Update bosh-release.yml
  • Loading branch information
johha authored Dec 10, 2021
2 parents 8085c62 + bb9ebab commit 61d60ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/bosh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,16 @@ jobs:
- name: Build BOSH release tarball
run: |
set -euo pipefail
VERSION="$(cat new_version)"
VERSION=${{ steps.tag_version.outputs.new_version }}
bosh create-release --final --version "$VERSION" --tarball "cloudgontroller-boshrelease-$VERSION.tgz"
- name: Publish Release
uses: softprops/action-gh-release@v1
with:
files: "cloudgontroller-boshrelease-*.tgz"
files: ./cloudgontroller-boshrelease-*.tgz
fail_on_unmatched_files: true
body_path: changelog
body: ${{ steps.tag_version.outputs.changelog }}
tag_name: ${{ steps.tag_version.outputs.new_tag }}


0 comments on commit 61d60ce

Please sign in to comment.