@ezhang6811/npm-publish-test 1.0.1 → 1.0.3

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.
@@ -8,6 +8,7 @@ permissions:
8
8
 
9
9
  jobs:
10
10
  publish:
11
+ environment: Release
11
12
  runs-on: ubuntu-latest
12
13
  steps:
13
14
  - 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.1",
3
+ "version": "1.0.3",
4
4
  "description": "test publishing to npm with OIDC auth",
5
5
  "main": "index.js",
6
6
  "repository": "ezhang6811/npm-publish-test",