Skip to content

Commit 194a3d5

Browse files
Fixed workflow calls
1 parent 9ed88c8 commit 194a3d5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,5 @@ jobs:
4747
dry_run: true
4848
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
4949
branch_name: ${{ github.event.pull_request.head.ref }}
50-
publish_package: false
5150
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
5251
secrets: inherit

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@ jobs:
3939
dry_run: false
4040
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
4141
branch_name: main
42-
publish_package: false
4342
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
4443
secrets: inherit

0 commit comments

Comments
 (0)