Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 8f7e2ab

Browse files
Tobias BrandtTobias Brandt
authored andcommitted
Fixes typo in github action
1 parent 47a1cec commit 8f7e2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
context: .
9090
push: true
91-
tags: ${{ steps.meta.output.tags }}
91+
tags: ${{ steps.meta.outputs.tags }}
9292
labels: ${{ steps.meta.outputs.labels }}
9393

9494
brew-dispatcher:

0 commit comments

Comments
 (0)