Skip to content

Commit

Permalink
chore: update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Jan 24, 2024
1 parent a27f313 commit 9f6415a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In your action definition:

```yaml
- name: Create release with changelog
uses: konfer-be/action-create-release-from-tag@v1.0.3
uses: konfer-be/action-create-release-from-tag@v1.0.7
with:
token: ${{ secrets.GITHUB_TOKEN }} # required
```
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": "action-create-release-from-tag",
"version": "1.0.2",
"version": "1.0.7",
"description": "Github action to create release with changelog, on tag number based.",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 9f6415a

Please sign in to comment.