Skip to content

Commit ff6ac43

Browse files
committed
ci: minor tweaks to release workflow
Two minor adjustments: - use the stable branch of the shared workflow - Avoid the redundant `&& true` Signed-off-by: David Rheinsberg <[email protected]>
1 parent 6f55f84 commit ff6ac43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defaults:
2626
jobs:
2727
publish:
2828
name: "Publish Crate"
29-
uses: readaheadeu/rae-actions/.github/workflows/lib-publish-rust.yml@main
29+
uses: readaheadeu/rae-actions/.github/workflows/lib-publish-rust.yml@v1
3030

3131
permissions:
3232
contents: write
@@ -36,4 +36,4 @@ jobs:
3636

3737
with:
3838
tag: ${{ github.event.inputs.tag }}
39-
verify: ${{ github.event.inputs.verify == 'yes' && true || false }}
39+
verify: ${{ github.event.inputs.verify == 'yes' || false }}

0 commit comments

Comments
 (0)