Skip to content

Commit 0cfd5a5

Browse files
committed
ci: fix release outputs
1 parent f707939 commit 0cfd5a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
release:
1717
runs-on: ubuntu-22.04
1818
if: github.event_name == 'push'
19+
outputs:
20+
git-tag: ${{ steps.release.outputs.git-tag }}
1921
steps:
2022
- name: Checkout
2123
uses: actions/checkout@v4

0 commit comments

Comments
 (0)