Skip to content

Commit

Permalink
Merge pull request #92 from IBMa/fix-extension-version
Browse files Browse the repository at this point in the history
Fix extension version
  • Loading branch information
tombrunet authored May 22, 2020
2 parents 8e59cc2 + a45f1e7 commit 1c33df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
working-directory: accessibility-checker-extension
- run: |
if [ -n "$RELEASE_VERSION" ]; then
sed -i 's/"version": "3.0.0"/"version": "${RELEASE_VERSION}"/g' ./manifest.json
sed -i 's/"version": "3.0.0"/"version": "$RELEASE_VERSION"/g' ./manifest.json
fi;
working-directory: accessibility-checker-extension/src
- run: npm run package:browser
Expand Down

0 comments on commit 1c33df9

Please sign in to comment.