diff --git a/.github/workflows/versioning.yaml b/.github/workflows/versioning.yaml new file mode 100644 index 0000000..a3368ec --- /dev/null +++ b/.github/workflows/versioning.yaml @@ -0,0 +1,11 @@ +name: Keep the major version up-to-date + +on: + release: + types: [published, edited] + +jobs: + actions-tagger: + runs-on: ubuntu-latest + steps: + - uses: Actions-R-Us/actions-tagger@latest \ No newline at end of file diff --git a/README.md b/README.md index 476cb50..85dfc19 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This GitHub Action make use of the CLI tool [Heart](https://heart.fabernovel.com ## Usage ```yaml -- uses: faberNovel/heart-action@v1.0.1 +- uses: faberNovel/heart-action@v1 with: # [Required] # Service name that analyze the URL. @@ -74,7 +74,7 @@ jobs: name: 🔬 Analyse heart.fabernovel.com with Mozilla Observatory steps: - - uses: faberNovel/heart-action@v1.0.1 + - uses: faberNovel/heart-action@v1 with: analysis_service: observatory inline: '{"host":"heart.fabernovel.com"}' @@ -109,7 +109,7 @@ jobs: ] steps: - - uses: faberNovel/heart-action@v1.0.1 + - uses: faberNovel/heart-action@v1 with: analysis_service: lighthouse file: ${{ matrix.lighthouse_configuration }} @@ -134,7 +134,7 @@ jobs: name: 🔬 Analyze with GreenIT steps: - - uses: faberNovel/heart-action@v1.0.1 + - uses: faberNovel/heart-action@v1 with: analysis_service: greenit file: analysis/conf/greenit.json @@ -146,7 +146,7 @@ jobs: name: 🔬 Analyze with Google Lighthouse steps: - - uses: faberNovel/heart-action@v1.0.1 + - uses: faberNovel/heart-action@v1 with: analysis_service: lighthouse file: analysis/conf/lighthouse.json @@ -181,7 +181,7 @@ jobs: ] steps: - - uses: faberNovel/heart-action@v1.0.1 + - uses: faberNovel/heart-action@v1 with: analysis_service: greenit file: ${{ matrix.greenit_configuration }} @@ -207,7 +207,7 @@ jobs: ] steps: - - uses: faberNovel/heart-action@v1.0.1 + - uses: faberNovel/heart-action@v1 with: analysis_service: lighthouse file: ${{ matrix.lighthouse_configuration }}