Skip to content

Commit

Permalink
fix: workflow needed to be updated to read new revision variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans committed Jan 6, 2025
1 parent b12228f commit 949bad9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Build the extension
working-directory: ./apps/extension
run: REVISION=$SHA yarn build:chrome
run: NAMADA_INTERFACE_REVISION=$SHA yarn build:chrome

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Build the extension
working-directory: ./apps/extension
run: REVISION=$SHA yarn build:firefox
run: NAMADA_INTERFACE_REVISION=$SHA yarn build:firefox

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -122,9 +122,9 @@ jobs:
- name: Make release body text
run: |
echo "REVISION: $REVISION" >> RELEASE
echo "NAMADA_INTERFACE_REVISION: $SHA" >> RELEASE
env:
REVISION: ${{ github.sha }}
SHA: ${{ github.sha }}

- name: Create release
id: create-release
Expand Down

0 comments on commit 949bad9

Please sign in to comment.