Skip to content

Commit

Permalink
Merge pull request #4 from MateSousa/test
Browse files Browse the repository at this point in the history
Merged by Create Release Bot
  • Loading branch information
github-actions[bot] authored Jun 25, 2023
2 parents a9bc8b5 + 8e23e9d commit 02b6064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Create Release PR
if: github.event_name == 'push'
uses: MateSousa/create-release@main
uses: MateSousa/create-release@v0.0.1
with:
repo_owner: MateSousa
repo_name: whatsapp-bot-send-stickers
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Bot running
if: github.event_name == 'pull_request' || github.event_name == 'issue_comment'
uses: MateSousa/create-release-bot@main
uses: MateSousa/create-release-bot@v0.0.1
with:
repo_owner: MateSousa
repo_name: whatsapp-bot-send-stickers
Expand Down
11 changes: 1 addition & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
# Changelog Release v0.0.2 (2023-06-25)
# Changelog Release v0.0.3 (2023-06-25)



## others

- Update release.yml
- Update README.md
- Update .gitignore
- Update README.md
- Update release.yml


## chore

- chore: Update .gitignore

0 comments on commit 02b6064

Please sign in to comment.