Skip to content

Commit

Permalink
FF-VERSION Ff Version Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrai committed Dec 7, 2020
1 parent bfe650a commit 54e8c53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
- run: yarn install
- run: yarn build
- name: Update extension’s meta
run: >-
env:
VER: ${{ needs.Version.outputs.version }}
run: |
yarn update-version
- run: 'yarn release:${{ matrix.command }}'
env:
Expand Down

0 comments on commit 54e8c53

Please sign in to comment.