Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Sep 6, 2024
1 parent fed73cf commit e207ebd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].0
uses: smartsquaregmbh/[email protected].1
with:
organization: my-organization
type: npm
Expand All @@ -52,7 +52,7 @@ with:
> Delete old versions in the form of "1.0.0-RC1" of the package "package".
```yaml
uses: smartsquaregmbh/[email protected].0
uses: smartsquaregmbh/[email protected].1
with:
organization: my-organization
type: npm
Expand All @@ -64,7 +64,7 @@ with:
> Delete old versions with a lower semver version than 2.x of the package "package".
```yaml
uses: smartsquaregmbh/[email protected].0
uses: smartsquaregmbh/[email protected].1
with:
organization: my-organization
type: npm
Expand All @@ -76,7 +76,7 @@ with:
> Delete old versions of the package "package" but keep at least 5 versions.
```yaml
uses: smartsquaregmbh/[email protected].0
uses: smartsquaregmbh/[email protected].1
with:
organization: my-organization
type: npm
Expand All @@ -88,7 +88,7 @@ with:
> Delete old versions of the package "package" with a token named "GH_ACCESS_TOKEN".
```yaml
uses: smartsquaregmbh/[email protected].0
uses: smartsquaregmbh/[email protected].1
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}
organization: my-organization
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e207ebd

Please sign in to comment.