Skip to content

Commit

Permalink
chore: rename ci action (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
agus-xyz authored Aug 28, 2022
1 parent 4baa012 commit 6ae7aab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will publish a package to npmjs when commits are pushed to branch main.
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: Candymachine Client SDK Publish
name: CI - NPM Publish

on:
push:
Expand All @@ -28,4 +28,4 @@ jobs:
- run: pnpm compile
- run: pnpm publish --access=public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 6ae7aab

Please sign in to comment.