Skip to content

Commit

Permalink
another step order fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Nov 18, 2024
1 parent 91994c5 commit 3485885
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ jobs:
run: |
yarn setup
- name: Retrieve version
run: |
yarn write:configs
echo "Retrieved App version: $(node -p -e "require('./package.json').version")"
echo "APP_VERSION=$(node -p -e "require('./package.json').version")" >> $GITHUB_OUTPUT
id: version
shell: bash

# This step is only used for testing in the official kangaroo repo
- name: Overwrite Names for release testing and fetch kando webhapp from github
if: ${{ github.repository }} == 'holochain-apps/holochain-kangaroo-electron'
Expand All @@ -60,6 +52,14 @@ jobs:
curl -f -L --output ./pouch/kando.webhapp https://github.com/holochain-apps/kando/releases/download/v0.10.9/kando.webhapp
node ./scripts/overwrite-with-test-name.js
- name: Retrieve version
run: |
yarn write:configs
echo "Retrieved App version: $(node -p -e "require('./package.json').version")"
echo "APP_VERSION=$(node -p -e "require('./package.json').version")" >> $GITHUB_OUTPUT
id: version
shell: bash

- name: Retrieve appId
run: |
echo "APP_ID=$(node ./scripts/read-app-id.js)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3485885

Please sign in to comment.