Skip to content

Commit fe3d560

Browse files
committed
fix: output 설정
1 parent 8e6036b commit fe3d560

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ env:
1111
jobs:
1212
release:
1313
runs-on: ubuntu-latest
14+
outputs:
15+
next_version: ${{ steps.bump.outputs.next_version }}
1416
steps:
1517
- uses: actions/checkout@v4
1618
- uses: haya14busa/action-bumpr@v1
19+
id: bump
1720

1821
package:
1922
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)