Skip to content

Commit

Permalink
add release
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Mar 22, 2024
1 parent f55906b commit f9dee19
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/release-final-boshrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
# git lfs install
# git lfs update --manual
# git lfs checkout
- name: Install Bosh cli and other dependencies
run: |
Expand Down Expand Up @@ -88,13 +85,13 @@ jobs:
EOF
# - name: Create a Release
# uses: softprops/action-gh-release@v2
# # if: startsWith(github.ref, 'refs/tags/')
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# tag_name: "v${{ steps.boshrelease.outputs.version }}"
# files: ${{ steps.boshrelease.outputs.file }}
# body_path: "${{ github.workspace }}-CHANGELOG.txt"
# generate_release_notes: true
# make_latest: true
- name: Create a Release
uses: softprops/action-gh-release@v2
# if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: "v${{ steps.boshrelease.outputs.version }}"
files: ${{ steps.boshrelease.outputs.file }}
body_path: "CHANGELOG.txt"
generate_release_notes: true
make_latest: true

0 comments on commit f9dee19

Please sign in to comment.