Skip to content

Commit

Permalink
Merge pull request #45 from mdegat01/list-env-name
Browse files Browse the repository at this point in the history
Publish to beta explicitly
  • Loading branch information
mdegat01 authored Apr 12, 2021
2 parents 6a65646 + 6570c84 commit 1496156
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- information
- deploy
environment:
name: ${{ needs.information.outputs.environment }}
name: edge
runs-on: ubuntu-latest
steps:
- name: 🚀 Dispatch repository updater update signal
Expand All @@ -159,7 +159,7 @@ jobs:
- information
- deploy
environment:
name: ${{ needs.information.outputs.environment }}
name: beta
runs-on: ubuntu-latest
steps:
- name: 🚀 Dispatch repository updater update signal
Expand All @@ -182,7 +182,7 @@ jobs:
- information
- deploy
environment:
name: ${{ needs.information.outputs.environment }}
name: stable
runs-on: ubuntu-latest
steps:
- name: 🚀 Dispatch repository updater update signal
Expand Down

0 comments on commit 1496156

Please sign in to comment.