Skip to content

fix: move recompute logic to OutputNoteBuilder::add_asset to avoid … #22

fix: move recompute logic to OutputNoteBuilder::add_asset to avoid …

fix: move recompute logic to OutputNoteBuilder::add_asset to avoid … #22

name: Workspace release dry-run
on:
push:
branches:
- main
- next
- 'release/**'
permissions:
contents: read
id-token: write # Required for OIDC token exchange
concurrency:
group: "${{ github.workflow }} @ ${{ github.ref }}"
cancel-in-progress: true
jobs:
release-dry-run:
if: ${{ github.repository_owner == '0xMiden' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Dry-run workspace release
uses: ./.github/actions/workspace-release
with:
mode: "dry-run"
verify-branch-head: "false"
# ref left blank: uses the pushed ref