Skip to content

Commit bbb779a

Browse files
Merge pull request #1014 from DataDog/marcosaia/fix/publish-gh-action
[FIX] Missing environment in publish GH action
2 parents 5a58b87 + ba715f5 commit bbb779a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
environment: Production
1011
steps:
1112
- uses: actions/checkout@v4
1213
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)