We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb36db commit 7c30fa7Copy full SHA for 7c30fa7
2 files changed
.github/workflows/changesets-publish-npm-packages.yml
@@ -49,6 +49,7 @@ jobs:
49
runs-on: ubuntu-latest
50
needs: fetch-package-info
51
permissions:
52
+ id-token: write # Required for OIDC
53
contents: write
54
if: ${{ fromJSON(needs.fetch-package-info.outputs.matrix).count > 0 }}
55
strategy:
@@ -74,8 +75,6 @@ jobs:
74
75
76
- name: Publish ${{ matrix.package.name }}
77
working-directory: ${{ matrix.package.path }}
- env:
78
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
79
run: |
80
npm install
81
npm run build
Common/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@epicgames-ps/lib-pixelstreamingcommon-ue5.7",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Common utilities library for Unreal Engine 5.7 Pixel Streaming",
5
"main": "dist/cjs/pixelstreamingcommon.js",
6
"module": "dist/esm/pixelstreamingcommon.js",
0 commit comments