Skip to content

Commit ab09c28

Browse files
committed
chore: add missing id from nightly release script
1 parent 7bc9102 commit ab09c28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2323

2424
- name: Set nightly version
25+
id: set-version
2526
run: |
2627
SHORT_SHA=$(git rev-parse --short HEAD)
2728
VERSION=0.0.0-nightly.$SHORT_SHA

0 commit comments

Comments
 (0)