Skip to content

Commit

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

* fix: syntax

* feat: added first version of a version.txt file

* fix: next attempt
  • Loading branch information
cmeesters authored May 15, 2024
1 parent 018b7cf commit 0d20b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ jobs:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: go
release-type: simple
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"
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0

0 comments on commit 0d20b24

Please # to comment.