Skip to content

Commit 92edf37

Browse files
authored
Fix Heroku deployment (#1226)
1 parent 285e03d commit 92edf37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ousd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ jobs:
152152
name: "Deploy App"
153153
runs-on: ubuntu-latest
154154
needs: [contracts-lint, dapp-lint]
155-
environment: ${{github.ref_name}}
155+
environment:
156+
name: ${{github.ref_name}}
156157
env:
157158
HEROKU_TOKEN: ${{ secrets.HEROKU_TOKEN }}
158159
CURR_BRANCH: ${{ github.ref_name }}

0 commit comments

Comments
 (0)