Skip to content

Commit 36909c7

Browse files
committed
fix it
1 parent aedbddb commit 36909c7

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
dry_run: true
5252
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
5353
branch_name: main
54-
publish_package: false
5554
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
5655
secrets: inherit
5756

.github/workflows/pull_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
dry_run: true
7777
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
7878
branch_name: ${{ github.event.pull_request.head.ref }}
79-
publish_package: false
8079
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
8180
secrets: inherit
8281

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
dry_run: false
5050
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
5151
branch_name: main
52-
publish_package: false
5352
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
5453
secrets: inherit
5554

0 commit comments

Comments
 (0)