diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 071d1fe..97d9cea 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -14,6 +14,7 @@ permissions: jobs: php-security: + name: Psalm Security Scan runs-on: ubuntu-latest permissions: contents: read # for actions/checkout to fetch code diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad8fa8a..40ed6e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Deploy to WordPress.org Repository +name: Deploy to WordPress.org on: release: @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - - name: Build + - name: Build release run: | npm install @@ -24,7 +24,7 @@ jobs: uses: 10up/action-wordpress-plugin-deploy@stable with: generate-zip: true - dry-run: true + dry-run: false env: BUILD_DIR: ./release/trunk SVN_USERNAME: ${{ secrets.SVN_USERNAME }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 38c721a..723468b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,7 @@ concurrency: jobs: version_check: + name: Check plugin version runs-on: ubuntu-latest steps: @@ -56,6 +57,7 @@ jobs: echo "All versions match!" test: + name: Test runs-on: ubuntu-latest steps: