Skip to content

Commit

Permalink
fix: outcommented 'package-name' not allowed (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters authored Nov 3, 2024
1 parent 3b6f572 commit 3226f6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
id: release
with:
release-type: simple
package-name: "snakemake-hpc-teaching-material"
# 'package-name' not allowed here.
#package-name: "snakemake-hpc-teaching-material"
- uses: actions/upload-release-asset@v1
id: upload-release-asset
env:
Expand Down

1 comment on commit 3226f6d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Artifacts

Please sign in to comment.