Skip to content

Commit

Permalink
fiat: Add github action to release
Browse files Browse the repository at this point in the history
  • Loading branch information
hasithaishere committed Aug 6, 2024
1 parent dd939f2 commit ff2e39b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches:
- main

name: Release Live
jobs:
create_release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node

0 comments on commit ff2e39b

Please sign in to comment.