Skip to content

Commit 8d82e86

Browse files
committed
Fix CoPilot findings
1 parent cf0cab5 commit 8d82e86

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/actions/publish-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ runs:
4343
run: npm version --no-git-tag-version ${{ inputs.version }}
4444
shell: bash
4545

46-
- name: 📦 Publish to NPM
46+
- name: 🚀 Publish to NPM
4747
run: npm publish --tag ${{ inputs.tag }} --provenance
4848
shell: bash

.github/workflows/release-dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,3 @@ jobs:
7070
with:
7171
tag: dev
7272
version: ${{ needs.get-dev-version.outputs.dev-version }}
73-
github-token: ${{ github.token }}

.github/workflows/release-nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,3 @@ jobs:
7272
with:
7373
tag: nightly
7474
version: ${{ needs.get-nightly-version.outputs.nightly-version }}
75-
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)