Skip to content

chore(deps): update module gopkg.in/yaml.v2 to v3 (#333) #318

chore(deps): update module gopkg.in/yaml.v2 to v3 (#333)

chore(deps): update module gopkg.in/yaml.v2 to v3 (#333) #318

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
packages: write
jobs:
release:
name: Release
runs-on: shipfox-4vcpu-ubuntu-2404
steps:
- name: Checkout
uses: actions/checkout@v4
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 }}