We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed88c8 commit 194a3d5Copy full SHA for 194a3d5
.github/workflows/pull_request.yml
@@ -47,6 +47,5 @@ jobs:
47
dry_run: true
48
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
49
branch_name: ${{ github.event.pull_request.head.ref }}
50
- publish_package: false
51
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
52
secrets: inherit
.github/workflows/release.yml
@@ -39,6 +39,5 @@ jobs:
39
dry_run: false
40
41
branch_name: main
42
43
44
0 commit comments