@codfish/actions-playground 0.0.0-PR-98--01d700e → 0.0.0-PR-98--f43d338

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.
@@ -83,10 +83,6 @@ jobs:
83
83
  run: |
84
84
  set -euo pipefail
85
85
 
86
- # Unset any npm token environment variables to ensure OIDC is used
87
- unset NPM_TOKEN || true
88
- unset NODE_AUTH_TOKEN || true
89
-
90
86
  short_sha="$(echo "$PR_SHA" | cut -c -7)"
91
87
  version="0.0.0-PR-${PR_NUMBER}--${short_sha}"
92
88
  echo "Publishing $(jq -r '.name' package.json)@$version via OIDC trusted publishing"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-98--01d700e",
3
+ "version": "0.0.0-PR-98--f43d338",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {