Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit ec4e4a8

Browse files
committed
update github action
1 parent e0dbff1 commit ec4e4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
- name: "Test release script"
1313
run: ./release.sh
14-
- name: Set release number
14+
- name: Set release number for publication
1515
run: echo "EXTENSION_RELEASE_VERSION=$(grep \"version\" public/manifest.json | awk -F\" '{print $4}')" >> $GITHUB_ENV
1616
- name: Create release
1717
id: create_release

0 commit comments

Comments
 (0)