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