@ezhang6811/npm-publish-test 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,6 +15,7 @@ jobs:
15
15
  run: echo "This job uses the Release environment"
16
16
 
17
17
  publish:
18
+ environment: Release
18
19
  runs-on: ubuntu-latest
19
20
  steps:
20
21
  - uses: actions/checkout@v4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezhang6811/npm-publish-test",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "test publishing to npm with OIDC auth",
5
5
  "main": "index.js",
6
6
  "repository": "ezhang6811/npm-publish-test",