Skip to content

Commit bc54dae

Browse files
authored
Fix release workflow (#2)
* Fix release workflow
1 parent 14ef7b3 commit bc54dae

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- name: Checkout repository
3232
uses: actions/checkout@v3
3333
with:
34-
token: ${{ secrets.REPO_SECRET }}
3534
submodules: true
3635

3736
- name: Set tags output

NOTICE-3RD-PARTY-CONTENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| Dependency | Version | License |
55
|:-----------|:-------:|--------:|
66
|bottle|0.12.23|MIT|
7-
|certifi|2022.9.14|Mozilla Public License 2.0|
7+
|certifi|2022.9.24|Mozilla Public License 2.0|
88
|cfgv|3.3.1|MIT|
99
|charset-normalizer|2.1.1|MIT|
1010
|colorama|0.4.5|BSD|
@@ -15,7 +15,7 @@
1515
|fasteners|0.18|Apache 2.0|
1616
|filelock|3.8.0|Public Domain|
1717
|gcovr|5.2|BSD|
18-
|identify|2.5.5|MIT|
18+
|identify|2.5.6|MIT|
1919
|idna|3.4|BSD|
2020
|Jinja2|3.1.2|New BSD|
2121
|lxml|4.9.1|BSD|
@@ -57,4 +57,4 @@
5757
|irongut/CodeCoverageSummary|v1.2.0|MIT License|
5858
|marocchino/sticky-pull-request-comment|v2|MIT License|
5959
|pre-commit/action|v3.0.0|MIT License|
60-
|softprops/action-gh-release|v1|MIT License|
60+
|softprops/action-gh-release|v1|MIT License|

0 commit comments

Comments
 (0)