Skip to content

Commit

Permalink
Looks like the github action create-release finally died. Replaced.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Dec 12, 2024
1 parent 99f0a61 commit d745167
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,11 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v2
if: steps.waitforstatuschecks.outputs.status == 'success'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: all_tests_passed_${{ github.sha }}
release_name: All tests passed ${{ github.sha }}
name: All tests passed ${{ github.sha }}
body: |
```
${{ github.event.head_commit.message }}
Expand All @@ -68,17 +66,7 @@ jobs:
Use the 'all-sources' tarball below, NOT the github generated one which is missing dependencies:
draft: false
prerelease: true

- name: Upload
uses: actions/upload-release-asset@v1
if: steps.waitforstatuschecks.outputs.status == 'success'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ../outcome-v2-all-sources.tar.xz
asset_name: outcome-v2-all-sources-${{ github.sha }}.tar.xz
asset_content_type: application/gzip
files: ../outcome-v2-all-sources.tar.xz

- name: Extract boostorg/outcome ssh keys
id: vars
Expand Down
9 changes: 9 additions & 0 deletions doc/src/content/changelog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ title = "Changelog"
weight = 80
+++

---
## v2.2.12 ? (Boost 1.88) [[release]](https://github.com/ned14/outcome/releases/tag/v2.2.12)

### Enhancements:

### Bug fixes:

- The Android build had become broken, fixed.

---
## v2.2.11 12th December 2024 (Boost 1.87) [[release]](https://github.com/ned14/outcome/releases/tag/v2.2.11)

Expand Down

0 comments on commit d745167

Please sign in to comment.