Skip to content

Commit f0e318c

Browse files
author
Megan Wilhite
committed
Fix pre-commit
1 parent 0a91c77 commit f0e318c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Publish Release Repository
127127
run: |
128128
tools pkg repo publish release \
129-
${{ contains(needs.prepare-workflow.outputs.salt-version, 'rc') && '--rc-build' || '' } \
129+
${{ contains(needs.prepare-workflow.outputs.salt-version, 'rc') && '--rc-build' || '' }} \
130130
--key-id=64CBBC8173D76B3F ${{ needs.prepare-workflow.outputs.salt-version }}
131131
132132
release:

.github/workflows/templates/release.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ permissions:
161161
- name: Publish Release Repository
162162
run: |
163163
tools pkg repo publish release \
164-
${{ contains(needs.prepare-workflow.outputs.salt-version, 'rc') && '--rc-build' || '' } \
164+
${{ contains(needs.prepare-workflow.outputs.salt-version, 'rc') && '--rc-build' || '' }} \
165165
--key-id=<{ gpg_key_id }> ${{ needs.prepare-workflow.outputs.salt-version }}
166166

167167
<%- if includes.get("test-pkg-uploads", True) %>

0 commit comments

Comments
 (0)