Skip to content

Commit

Permalink
Merge pull request #1288 from cylc/prepare-1.6.0
Browse files Browse the repository at this point in the history
Prepare release: 1.6.0 (3rd time's the charm)
  • Loading branch information
oliver-sanders committed Apr 28, 2023
2 parents 6999113 + d653453 commit 3c78205
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/auto_publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,16 @@ jobs:
body: |
See [${{ env.CHANGELOG_FILE }}](https://github.com/${{ github.repository }}/blob/master/${{ env.CHANGELOG_FILE }}) for details.
sha256sum: ${{ env.SHA256SUM }}
sha256sum:
```
${{ env.SHA256SUM }}
```
# TODO: Get topmost changelog section somehow and use that as the body?

- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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: ./${{ env.ZIP_ARCHIVE }}
asset_name: ${{ env.ZIP_ARCHIVE }}
asset_content_type: application/zip
run: gh release upload "$VERSION" "$ZIP_ARCHIVE"

- name: Comment on the release PR with the results & next steps
if: always()
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"wasm-loader": "^1.3.0",
"webpack": "^4.46.0"
},

"bugs": {
"url": "https://github.com/cylc/cylc-ui/issues"
},
Expand Down

0 comments on commit 3c78205

Please sign in to comment.