Skip to content

Commit

Permalink
Trying to fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegWock committed Feb 28, 2023
1 parent a14b005 commit 50d94ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compile_release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Build extension and create release'

permissions:
contents: write

on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -27,6 +30,7 @@ jobs:
content="${content//$'\r'/'%0D'}"
# end of optional handling for multi line json
echo "::set-output name=packageJson::$content"
echo "packageJson=$content" >> $GITHUB_OUTPUT
- run: yarn run production
- run: yarn run production:ff
- name: Release
Expand Down

0 comments on commit 50d94ef

Please sign in to comment.