Skip to content

Commit

Permalink
Fixed release name. v1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
bottiger committed Jun 27, 2024
1 parent 8b7f771 commit 8a7f593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "v${{ env.VERSION }}"
release_name: "Release v${{ env.VERSION }}"
tag_name: "v${{ needs.build.outputs.VERSION }}"
release_name: "Release v${{ needs.build.outputs.VERSION }}"
draft: false
prerelease: false

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Trolling with love",
"version": "1.0.20",
"version": "1.0.21",
"description": "Replaces certain images during your web browsing",

"icons": {
Expand Down

0 comments on commit 8a7f593

Please sign in to comment.