From e207ebd412f87647d9c35325e270c2156318c51c Mon Sep 17 00:00:00 2001 From: Ruben Gees Date: Fri, 6 Sep 2024 13:10:10 +0200 Subject: [PATCH] Bump version --- README.md | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 075d262..d31faf6 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ generated [here](https://github.com/settings/tokens) and need to be added as a s > Delete old versions of the packages "package-1" and "package-2" for the organization "my-organization". ```yaml -uses: smartsquaregmbh/delete-old-packages@v0.8.0 +uses: smartsquaregmbh/delete-old-packages@v0.8.1 with: organization: my-organization type: npm @@ -52,7 +52,7 @@ with: > Delete old versions in the form of "1.0.0-RC1" of the package "package". ```yaml -uses: smartsquaregmbh/delete-old-packages@v0.8.0 +uses: smartsquaregmbh/delete-old-packages@v0.8.1 with: organization: my-organization type: npm @@ -64,7 +64,7 @@ with: > Delete old versions with a lower semver version than 2.x of the package "package". ```yaml -uses: smartsquaregmbh/delete-old-packages@v0.8.0 +uses: smartsquaregmbh/delete-old-packages@v0.8.1 with: organization: my-organization type: npm @@ -76,7 +76,7 @@ with: > Delete old versions of the package "package" but keep at least 5 versions. ```yaml -uses: smartsquaregmbh/delete-old-packages@v0.8.0 +uses: smartsquaregmbh/delete-old-packages@v0.8.1 with: organization: my-organization type: npm @@ -88,7 +88,7 @@ with: > Delete old versions of the package "package" with a token named "GH_ACCESS_TOKEN". ```yaml -uses: smartsquaregmbh/delete-old-packages@v0.8.0 +uses: smartsquaregmbh/delete-old-packages@v0.8.1 with: token: ${{ secrets.GH_ACCESS_TOKEN }} organization: my-organization diff --git a/package.json b/package.json index 3de0791..1251dd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delete-old-packages", - "version": "0.8.0", + "version": "0.8.1", "description": "GitHub Action for deleting old packages", "repository": "https://github.com/SmartsquareGmbH/delete-old-packages", "author": "Ruben Gees",