Skip to content

Updated installer to automatically handle platform selection #10

Updated installer to automatically handle platform selection

Updated installer to automatically handle platform selection #10

Workflow file for this run

name: Tag Release
on:
push:
tags:
- "v*.*.*"
jobs:
release_tag:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
- run: make ci
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
bin/mongogrator-linux-arm64.tar.gz
bin/mongogrator-linux.tar.gz
bin/mongogrator-mac.tar.gz
bin/mongogrator-mac-arm64.tar.gz
bin/mongogrator-windows.zip
mongogrator-installer.sh