Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Andrews <andrewssc@vmware.com>
  • Loading branch information
scothis committed Aug 18, 2020
1 parent 841ac68 commit c978568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: service-bindings-core.yaml
asset_name: service-bindings-${{ steps.get-version.outputs.version }}.yaml
asset_name: service-bindings-core-${{ steps.get-version.outputs.version }}.yaml
asset_content_type: application/x-yaml
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1-snapshot
0.2.1

0 comments on commit c978568

Please sign in to comment.