@ezhang6811/npm-publish-test 1.0.4 → 1.0.5

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.
@@ -7,8 +7,14 @@ permissions:
7
7
  contents: read
8
8
 
9
9
  jobs:
10
- publish:
10
+ dummy:
11
11
  environment: Release
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Dummy step
15
+ run: echo "This job uses the Release environment"
16
+
17
+ publish:
12
18
  runs-on: ubuntu-latest
13
19
  steps:
14
20
  - 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.4",
3
+ "version": "1.0.5",
4
4
  "description": "test publishing to npm with OIDC auth",
5
5
  "main": "index.js",
6
6
  "repository": "ezhang6811/npm-publish-test",