Skip to content

Commit 7c30fa7

Browse files
committed
Updating npm publish for new npmjs trusted publisher stuff.
1 parent 8cb36db commit 7c30fa7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/changesets-publish-npm-packages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
needs: fetch-package-info
5151
permissions:
52+
id-token: write # Required for OIDC
5253
contents: write
5354
if: ${{ fromJSON(needs.fetch-package-info.outputs.matrix).count > 0 }}
5455
strategy:
@@ -74,8 +75,6 @@ jobs:
7475

7576
- name: Publish ${{ matrix.package.name }}
7677
working-directory: ${{ matrix.package.path }}
77-
env:
78-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7978
run: |
8079
npm install
8180
npm run build

Common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epicgames-ps/lib-pixelstreamingcommon-ue5.7",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Common utilities library for Unreal Engine 5.7 Pixel Streaming",
55
"main": "dist/cjs/pixelstreamingcommon.js",
66
"module": "dist/esm/pixelstreamingcommon.js",

0 commit comments

Comments
 (0)