Skip to content

Commit 9a655d2

Browse files
committed
Capture tag name during GitHub actions workflow
1 parent 76c7150 commit 9a655d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
build:
2121
timeout-minutes: 60
2222
runs-on: ubuntu-22.04
23+
outputs:
24+
version: ${{ steps.meta.outputs.version }}
2325
steps:
2426
- uses: actions/checkout@v6
2527

0 commit comments

Comments
 (0)