Skip to content

Commit

Permalink
⬆️ Bumped to v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Aug 30, 2023
1 parent 42bbfd1 commit 4d228c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## v0.0.5 (2022/09/08)

* Version Bump

## v0.0.4 (2022/09/08)

* Updated Dependencies

## v0.0.3 (2022/09/08)

* Updated Dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use the action, add following to your workflow file

```yaml
- name: Delete Older Releases
uses: nikhilbadyal/ghaction-rm-releases@v0.0.3
uses: nikhilbadyal/ghaction-rm-releases@v0.0.5
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
RELEASE_PATTERN: 'Build*'
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": "ghaction-rm-releases",
"version": "v0.0.3",
"version": "v0.0.5",
"description": "A GitHub action to remove older releases with tags.",
"keywords": ["github","gh-action","github-action"],
"main": "lib/main.js",
Expand Down

0 comments on commit 4d228c8

Please sign in to comment.