Skip to content

Commit

Permalink
fix: release generator 2 (#93)
Browse files Browse the repository at this point in the history
* fix: attempted release-please fix

* fix: syntax
  • Loading branch information
cmeesters authored May 15, 2024
1 parent e320a03 commit 018b7cf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
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
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"
- uses: actions/setup-python@v4
with:
python-version: "3.12"

0 comments on commit 018b7cf

Please # to comment.