Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 269f165

Browse files
author
Sujaykumar Hublikar
committed
fix workflow
1 parent 2bdb588 commit 269f165

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: "marvinpinto/action-automatic-releases@latest"
4545
if: startsWith(github.ref, 'refs/tags/')
4646
with:
47+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
4748
automatic_release_tag: "latest"
4849
prerelease: false
4950
files: |
@@ -53,8 +54,6 @@ jobs:
5354
Release.txt
5455
LICENSE.txt
5556
README.md
56-
env:
57-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5857
5958
# Publish to npm
6059
- name: "📦 publish to npm"

0 commit comments

Comments
 (0)