Skip to content

Commit

Permalink
Merge pull request #14 from aodn/improve-release-title
Browse files Browse the repository at this point in the history
Improve release title
  • Loading branch information
digorgonzola authored Dec 9, 2023
2 parents 512ecf9 + 854f37d commit b354f69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}

- name: Get Image Metadata from Release
uses: dsaltares/fetch-gh-release-asset@v1.1.1
uses: dsaltares/fetch-gh-release-asset@master
with:
version: ${{ github.event.release.id }}
file: metadata.json
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}

- name: Get Image Metadata from Release
uses: dsaltares/fetch-gh-release-asset@v1.1.1
uses: dsaltares/fetch-gh-release-asset@master
with:
version: ${{ github.event.release.id }}
file: metadata.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
id: create_draft_release
uses: softprops/action-gh-release@v1
with:
name: Draft Release ${{ github.ref }}
name: Draft Release - PR \#${{ github.event.pull_request.number }} '${{ github.event.pull_request.title }}'
body: |
## Info
Commit ${{ github.sha }} was deployed to `staging`. [See code diff](${{ github.event.compare }}).
Expand Down

0 comments on commit b354f69

Please sign in to comment.