Skip to content

Commit

Permalink
Update release-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elius94 authored Feb 1, 2022
1 parent 47d8be4 commit f1a5548
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Node.js Package

env:
production: true

on:
release:
types: [created]
Expand All @@ -10,7 +12,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit f1a5548

Please sign in to comment.