Skip to content

Commit

Permalink
Build step should output the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bottiger committed Jun 27, 2024
1 parent 8a7f593 commit 3ed8efc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
build:
name: "Build"
runs-on: ubuntu-latest
outputs:
version: ${{ steps.extract_info.outputs.version }}
do_release: ${{ steps.create_tag.outputs.do_release }}

steps:
- name: "Checkout"
uses: actions/checkout@v3
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.21",
"version": "1.0.22",
"description": "Replaces certain images during your web browsing",

"icons": {
Expand Down

0 comments on commit 3ed8efc

Please sign in to comment.