Skip to content

Commit

Permalink
Added prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jun 27, 2024
1 parent d5c1649 commit 1796a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
test:
environment: Production
runs-on: ubuntu-latest
steps:
- name: Checkout mix repo
Expand All @@ -23,7 +24,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: 'Publish Package'
uses: k-paxian/dart-package-publisher@master
with:
Expand Down

0 comments on commit 1796a4d

Please sign in to comment.