Skip to content

Commit

Permalink
fix: attempted release-please fix (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters authored May 15, 2024
1 parent 425cf14 commit 9f6e883
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ jobs:
with:
release-type: go
package-name: "snakemake-hpc-teaching-material"

publish:
runs-on: ubuntu-latest
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: "3.12"

0 comments on commit 9f6e883

Please # to comment.