Skip to content

Commit 2f660d6

Browse files
committed
fix it
1 parent 0f6774b commit 2f660d6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.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
@@ -77,7 +77,6 @@ jobs:
7777
dry_run: true
7878
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
7979
branch_name: ${{ github.event.pull_request.head.ref }}
80-
publish_package: false
8180
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
8281
secrets: inherit
8382

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)