@mafintosh/ci-testing
Advanced tools
| name: Publish | ||
| on: | ||
| pull_request: | ||
| types: [closed] | ||
| branches: | ||
| - main | ||
| jobs: | ||
| approve-release: | ||
| if: "${{ github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'Release: ') }}" | ||
| runs-on: ubuntu-latest | ||
| environment: release | ||
| steps: | ||
| - run: echo "Approved" | ||
| publish: | ||
| needs: approve-release | ||
| if: "${{ github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'Release: ') }}" | ||
| permissions: | ||
| contents: write | ||
| id-token: write | ||
| uses: mafintosh/actions/.github/workflows/auto-publish.yml@main | ||
| secrets: | ||
| NPM_TOKEN: ${{ secrets.NPM_TOKEN }} |
+1
-1
| { | ||
| "name": "@mafintosh/ci-testing", | ||
| "version": "2.0.1-beta.0", | ||
| "version": "2.0.1", | ||
| "description": "hello", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/mafintosh/ci-testing#readme", |
+1
-1
@@ -1,1 +0,1 @@ | ||
| hello | ||
| hello world |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2020
47.99%4
33.33%1
-50%