Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Saife authored Jan 11, 2024
1 parent 44948a6 commit 41e6ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
environment: test
environment: production
steps:
- uses: actions/checkout@v3

Expand All @@ -20,7 +20,7 @@ jobs:
cache: "npm"

- name: Install dependencies
run: npm ci
run: npm install

- name: Sets all variables to semver
env:
Expand Down

0 comments on commit 41e6ebd

Please sign in to comment.