Skip to content

Commit

Permalink
fix: test that it works with push on current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
david-iov committed Oct 8, 2024
1 parent d05c879 commit c8ec532
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.boltz.mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
tags:
- '**stable-boltzmainnet**'
branches:
- cd-boltz-mainnet

jobs:
deploy-boltz-mainnet:
Expand All @@ -23,7 +25,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
with:
role-to-assume: ${{ secrets.BOLTZ_MAINNET_ROLE_ARN }}
aws-region: "${{ secrets.BOLTZ_MAINNET_AWS_REGION }}"
aws-region: ${{ secrets.BOLTZ_MAINNET_AWS_REGION }}

- name: Deploy rif-relay-server on Boltz Mainnet
run: |
Expand Down

0 comments on commit c8ec532

Please sign in to comment.