summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-02-06 02:49:25 +0300
committerValentin Popov <valentin@popov.link>2026-02-06 02:49:25 +0300
commit4bb314590633afe104695e83e8627dd915e4959d (patch)
tree0f73c91812bf876dd9774d650af129fdbfccad98 /.github
parentcb6ca38f7f5ffd8f4376a963cbc6c4232b826eff (diff)
downloadstrapi-plugin-checkbox-list-4bb314590633afe104695e83e8627dd915e4959d.tar.xz
strapi-plugin-checkbox-list-4bb314590633afe104695e83e8627dd915e4959d.zip
Update GitHub Actions workflow to simplify publish step name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index aa0217d..a59b322 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -57,7 +57,7 @@ jobs:
run: npm run test:integration
publish:
- name: Publish to NPM (Trusted Publisher)
+ name: Publish to NPM
runs-on: ubuntu-latest
needs: test
steps: