Skip to content

Commit

Permalink
bump 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
p0we7 committed May 16, 2024
1 parent 8178226 commit dc3c052
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-assets-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
${{ steps.getZipAssetId.outputs.result ||
steps.uploadZipAsset.outputs.id }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
with:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
needs: ensure-zip
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
with:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
needs: ensure-zip
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-on-chrome-webstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
return attempt < max ? attempt + 1 : '';
}
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
with:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
if: needs.publish-on-webstore.outputs.result == 'success'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-edge-add-ons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-firefox-add-ons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v2ex plus",
"version": "2.1.1",
"version": "2.1.2",
"manifest_version": 3,
"description": "优雅便捷的 V2EX 扩展",
"background": {
Expand Down

0 comments on commit dc3c052

Please sign in to comment.