diff options
| author | Valentin Popov <valentin@popov.link> | 2026-02-06 02:49:25 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-02-06 02:49:25 +0300 |
| commit | 4bb314590633afe104695e83e8627dd915e4959d (patch) | |
| tree | 0f73c91812bf876dd9774d650af129fdbfccad98 /.github | |
| parent | cb6ca38f7f5ffd8f4376a963cbc6c4232b826eff (diff) | |
| download | strapi-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.yml | 2 |
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: |
