Skip to content

Commit

Permalink
adds environment in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhas Deshpande committed Mar 10, 2023
1 parent f032363 commit ca98f37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
environment:
name: production

steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand All @@ -32,7 +35,7 @@ jobs:
- name: Install Dependencies
run: pnpm i

- name: Create Release Pull Request or Publish to npm
- name: Publish to npm
id: changesets
uses: changesets/action@v1
with:
Expand Down

0 comments on commit ca98f37

Please sign in to comment.