Skip to content

Commit

Permalink
Merge pull request #430 from bullet-train-co/jeremy/auto-publish-rele…
Browse files Browse the repository at this point in the history
…ases

Auto-publish gems and packages when a version tag is pushed
  • Loading branch information
jagthedrummer authored Aug 17, 2023
2 parents c464ae8 + 12ceeb1 commit 115370d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: "Release Ruby Gems & NPM Packages"

on:
workflow_dispatch:
push:
tags:
- "v*.*.*"

jobs:
release:
Expand Down

0 comments on commit 115370d

Please sign in to comment.