Skip to content

Commit

Permalink
Merge pull request #1142 from plebhash/release-libs-manual-trigger
Browse files Browse the repository at this point in the history
publish libs to `crates.io` on release tags
  • Loading branch information
plebhash committed Sep 2, 2024
2 parents 5347351 + dd78c29 commit e257971
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
name: Release Libs

on:
# Manually run by going to "Actions/Release" in Github and running the workflow
workflow_dispatch:
# every time a new release tag is created
push:
branches:
- main
tags:
- "v*.*.*"

jobs:
libs_publish:
Expand Down

0 comments on commit e257971

Please sign in to comment.