Skip to content

Commit 6423209

Browse files
committed
feat: add ci
1 parent 815f76e commit 6423209

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy-to-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ jobs:
4040

4141
- name: setup nodejs
4242
uses: actions/setup-node@v1
43-
43+
44+
- name: Get the release version
45+
id: version
46+
run: echo ::set-output name=GITHUB_REF::${GITHUB_REF##*/}
47+
4448
- name: Set up QEMU
4549
uses: docker/setup-qemu-action@v1
4650

0 commit comments

Comments
 (0)