Skip to content

Commit

Permalink
πŸ› Make package.json available in flatpak step
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr authored Apr 8, 2021
1 parent 6f5c8dc commit 98325e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
- name: Export release data
shell: bash
run: |
curl -L https://raw.githubusercontent.com/dothq/browser-desktop/nightly/package.json -o package.json
echo "DOT_VERSION=$(cat package.json | sed -n 's|.*"firefox-display": "\([^"]*\)".*|\1|p')" >> $GITHUB_ENV
echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
Expand Down

0 comments on commit 98325e6

Please sign in to comment.