Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
fix(workflow): fix env name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvin authored May 10, 2023
1 parent 1bac18a commit de174a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Packages to Github
name: Publish Packages to Github Packages
on:
release:
types: [published]
Expand All @@ -19,4 +19,4 @@ jobs:
- run: npm ci
- run: npx changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit de174a5

Please sign in to comment.