Skip to content

Commit

Permalink
feat(cd): added a release action
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Apr 30, 2024
1 parent 364afb2 commit 59b091c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Continuous Deployment

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
-
name: Create release
id: release-please
uses: google-github-actions/release-please-action@v4
with:
release-type: python

0 comments on commit 59b091c

Please sign in to comment.