Skip to content

Commit

Permalink
Test new release logic and updated to verison 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bottiger committed Jun 27, 2024
1 parent 9ea0aa0 commit f3d1baf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
git push origin v${{ env.VERSION }}
echo "::set-output name=create_release::true"
echo "DO_RELEASE='true'" >> $GITHUB_ENV
run: echo "::set-output name=do_release::true"
fi
- name: "web-ext build"
Expand All @@ -59,7 +60,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: build # Ensure the build job completes first
if: needs.build.outputs.DO_RELEASE == 'true'
if: needs.build.outputs.do_release == 'true'
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
#if: startsWith(github.ref, 'refs/tags/v')
steps:
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.16",
"version": "1.0.17",
"description": "Replaces certain images during your web browsing",

"icons": {
Expand Down

0 comments on commit f3d1baf

Please sign in to comment.