From 6ae7aabf15541a500a1678c0caa02e5ac71edf73 Mon Sep 17 00:00:00 2001 From: Agustin Tena Date: Sun, 28 Aug 2022 10:22:32 +0200 Subject: [PATCH] chore: rename ci action (#25) --- .github/workflows/{npm-publish.yaml => ci-npm-publish.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{npm-publish.yaml => ci-npm-publish.yaml} (90%) diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/ci-npm-publish.yaml similarity index 90% rename from .github/workflows/npm-publish.yaml rename to .github/workflows/ci-npm-publish.yaml index 94f3e94..f0f494d 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/ci-npm-publish.yaml @@ -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: @@ -28,4 +28,4 @@ jobs: - run: pnpm compile - run: pnpm publish --access=public --no-git-checks env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}