Skip to content

chore: add release system #2

chore: add release system

chore: add release system #2

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/cd.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cd.yaml

Invalid workflow file

`push` requires a map value
push:
#- branches:
#- "main"
- tags:
- "*.*.*"
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: cargo build --release --verbose
- name: Release
uses: softprops/action-gh-release@v2
with:
files: ./target/release/rofi-obsidian