We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9c26e commit b207a6aCopy full SHA for b207a6a
1 file changed
.github/workflows/distribute.yml
@@ -41,7 +41,6 @@ jobs:
41
run: yarn
42
- name: Build and zip the extension
43
run: |
44
- echo version=${{ steps.tag_version.outputs.new_version }}
45
if [ ${{github.event.inputs.targetStore}} == 'chrome' ] || [ ${{github.event.inputs.targetStore}} == 'all' ]; then
46
yarn build-chrome
47
fi
0 commit comments