Skip to content

Commit

Permalink
chore(build): Fixes release workflow (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman committed May 31, 2024
1 parent 60a3a6f commit b2695b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
skip-commit: true
release-count: 1
- name: Delete v${{ steps.changelog.outputs.version }} Tag
uses: dev-drprasad/delete-tag-and-release@v1
uses: dev-drprasad/delete-tag-and-release@v1.1
with:
delete_release: true
tag_name: v${{ steps.changelog.outputs.version }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Delete v0.1.0 Tag
uses: dev-drprasad/delete-tag-and-release@v1
uses: dev-drprasad/delete-tag-and-release@v1.1
with:
delete_release: true
tag_name: v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-release-discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Post Release on Discord
uses: SethCohen/github-releases-to-discord@v1
uses: SethCohen/github-releases-to-discord@v1.15.0
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
username: "Release Changelog"
Expand Down

0 comments on commit b2695b9

Please sign in to comment.