Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 3, 2024
1 parent cf646d5 commit b8f9a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Check version
run: |
# Extract version number
VERSION=$(awk '/"version":/ { print substr($2, 2, length($2)-3); exit }' app/package.json)
VERSION=ekw/SRE-1001/release-desktop-wallet #$(awk '/"version":/ { print substr($2, 2, length($2)-3); exit }' app/package.json)
TAG_VERSION=${{ github.ref_name }}
if [ "$VERSION" != "$TAG_VERSION" ]; then
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
needs: login-aws
runs-on: ubuntu-latest
container:
image: "192549843005.dkr.ecr.eu-west-1.amazonaws.com/concordium/desktop-wallet-ci:${{ github.ref_name }}"
image: "${{needs.login-aws.outputs.CONTAINER_TAG}}"
credentials:
username: ${{needs.login-aws.outputs.access_key}}
password: ${{needs.login-aws.outputs.secret_key}}
Expand Down

0 comments on commit b8f9a74

Please sign in to comment.