mirror of
https://github.com/Z3Prover/z3
synced 2026-02-12 20:04:08 +00:00
update release
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
212e8735fb
commit
2330e1419d
3 changed files with 51 additions and 9 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -3,10 +3,6 @@ name: Release Build
|
|||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
release_version:
|
||||
description: 'Release version (e.g., 4.15.8)'
|
||||
required: true
|
||||
type: string
|
||||
publish_github:
|
||||
description: 'Publish to GitHub Releases'
|
||||
required: false
|
||||
|
|
@ -27,7 +23,7 @@ permissions:
|
|||
contents: write
|
||||
|
||||
env:
|
||||
RELEASE_VERSION: ${{ github.event.inputs.release_version }}
|
||||
RELEASE_VERSION: '4.15.8'
|
||||
|
||||
jobs:
|
||||
# ============================================================================
|
||||
|
|
|
|||
2
.github/workflows/wasm-release.yml
vendored
2
.github/workflows/wasm-release.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
- name: Prepare for publish
|
||||
run: |
|
||||
npm version $(node -e 'console.log(fs.readFileSync("../../../scripts/release.yml", "utf8").match(/ReleaseVersion:\s*\x27(\S+)\x27/)[1])')
|
||||
npm version $(node -e 'console.log(fs.readFileSync("../../../.github/workflows/release.yml", "utf8").match(/RELEASE_VERSION:\s*\x27(\S+)\x27/)[1])')
|
||||
mv PUBLISHED_README.md README.md
|
||||
cp ../../../LICENSE.txt .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue