feat: Fix calendar

This commit is contained in:
Dheepak Krishnamurthy 2023-05-26 23:25:51 -04:00
parent 01c248d52d
commit 8548bd170b
6 changed files with 159 additions and 253 deletions

View file

@ -110,18 +110,18 @@ jobs:
toolchain: stable
override: true
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --release
# - name: Build
# uses: actions-rs/cargo@v1
# with:
# command: build
# args: --release
- name: Publish
uses: actions-rs/cargo@v1
with:
command: publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
# - name: Publish
# uses: actions-rs/cargo@v1
# with:
# command: publish
# env:
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
homebrew:
name: Bump Homebrew formula