Skip to content

Commit

Permalink
ci(Github-Actions): added release please
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Oct 24, 2023
1 parent 8505ae8 commit 419c496
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 92 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Continous Deployment

on:
push:
branches:
- main

jobs:
release-please:
runs-on: ubuntu-latest
steps:
-
name: Create release
id: release-please
uses: google-github-actions/release-please-action@v3
with:
release-type: python
package-name: scicon
-
name: Checkout
if: ${{ steps.release-please.outputs.release_created }}
uses: actions/checkout@v2
run: |
echo "The release branch is ${{ steps.release-please.outputs.release_branch }}"
echo "Release Version: ${{ steps.release-please.outputs.tag_name }}"
92 changes: 0 additions & 92 deletions mkdocs-skaha.yml

This file was deleted.

0 comments on commit 419c496

Please sign in to comment.