Skip to content

Commit ab21dc8

Browse files
committed
chore: test release.yaml 3 去除名字中的空格
1 parent 8998949 commit ab21dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/relese.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22

33
env:
4-
PACKAGE_NAME: "Cps Run Commands.sublime-package"
4+
PACKAGE_NAME: "CpsRunCommands.sublime-package"
55

66
on:
77
push:
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: msg
16-
run: echo "start package ${{env.PACKAGE_NAME}}"
16+
run: echo 'PACKAGE_NAME -> ${{env.PACKAGE_NAME}}'
1717

1818
- name: Checkout
1919
uses: actions/checkout@v3

0 commit comments

Comments
 (0)