Skip to content

Commit

Permalink
chore(workflows): rename publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmikey committed Dec 29, 2024
1 parent 4e18d66 commit 6d24f90
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 Package
name: Publish

on:
workflow_dispatch:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
echo "New version: $NEW_VERSION"
echo "new_version=$NEW_VERSION" >> $GITHUB_OUTPUT
- name: Build package
- name: Build
run: npm run build

- name: Publish to NPM
Expand Down

0 comments on commit 6d24f90

Please sign in to comment.