Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

chore(deps): update orange-cloudfoundry/bosh-release-action action to v6 (release-1.24) #171

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# and if clause https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsif
- name: create bosh dev release
id: create-bosh-release
uses: orange-cloudfoundry/bosh-release-action@v2 # will create dev release when pushed git ref is not a tag
uses: orange-cloudfoundry/bosh-release-action@v6 # will create dev release when pushed git ref is not a tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_BOSH_ACCES_KEY_ID: ${{ secrets.AWS_BOSH_ACCES_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: create bosh release
id: create-bosh-release
uses: orange-cloudfoundry/bosh-release-action@v2
uses: orange-cloudfoundry/bosh-release-action@v6
if: success() && startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down