Skip to content

chore(formance): bump to 1.18.2 for regions 3.15.2 (#410) #382

chore(formance): bump to 1.18.2 for regions 3.15.2 (#410)

chore(formance): bump to 1.18.2 for regions 3.15.2 (#410) #382

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
packages: write
jobs:
release:
name: Release
runs-on: namespace-profile-linux-amd64-4vcpu
steps:
- name: Checkout
uses: namespacelabs/nscloud-checkout-action@v9
with:
fetch-depth: 0
- name: Setup Nix
uses: ./.github/actions/default
with:
token: ${{ secrets.NUMARY_GITHUB_TOKEN }}
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Release
run: nix develop --impure --command just release
env:
GITHUB_TOKEN: ${{ secrets.NUMARY_GITHUB_TOKEN }}