Skip to content

Commit

Permalink
Style with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Sep 4, 2024
1 parent 043f993 commit 7d830f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Zenodo
zenodo_changes=$(echo '${{ steps.extract-changelog.outputs.markdown}}' \
| pandoc --from gfm --to html | tr -s "\n" " ")
jq --arg VERSION "${{ steps.extract-version.outputs.version }}" \
--arg TITLE "EGI-Federation/cloud-info-provider: ${{ steps.extract-version.outputs.version }}" \
--arg RELATED "https://github.com/EGI-Federation/cloud-info-provider/tree/${{ steps.extract-version.outputs.version }}" \
Expand All @@ -58,15 +58,15 @@ jobs:
.publication_date = $DATE |
.description = $DESC' < .zenodo.json > .zenodo.json.new
mv .zenodo.json.new .zenodo.json
git commit -a -m "Prepare version ${{ steps.extract-version.outputs.version }}"
- name: Create Pull Request for version
uses: peter-evans/create-pull-request@v6
with:
delete-branch: true
body: >
Prepares release ${{ steps.extract-version.outputs.version }}
Update .zenodo.json for version ${{ steps.extract-version.outputs.version }}
labels: release
branch: release-${{ steps.extract-version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
with:
tag_name: ${{ needs.prepare-release.outputs.version }}
name: Release ${{ needs.prepare-release.outputs.version }}
body: '${{ needs.prepare-release.outputs.changelog }}'
body: "${{ needs.prepare-release.outputs.changelog }}"
files: |
cloud_info_provider-${{ needs.sdist.outputs.version }}.tar.gz

0 comments on commit 7d830f6

Please sign in to comment.