Skip to content

Commit cd04bb5

Browse files
committed
fix: Fix release workflow
Also simplify SECURITY.md Signed-off-by: Austin Ziegler <austin@zieglers.ca>
1 parent 2fcf0c3 commit cd04bb5

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/publish-gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
ruby -e \
6565
'print "version=", Gem::Specification.load(ARGV[0]).rubygems_version, "\n"' \
66-
color.gemspec >>"${GITHUB_OUTPUT}"
66+
mime-types-data.gemspec >>"${GITHUB_OUTPUT}"
6767
6868
- uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1.275.0
6969
with:

SECURITY.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,7 @@ All issues raised must be demonstrated on the minimum supported Ruby version.
2020
Report vulnerabilities via the [Tidelift security contact][tidelift]. Tidelift
2121
will coordinate the fix and disclosure.
2222

23-
Alternatively, create a [private vulnerability report][advisory] with GitHub or
24-
send an email to [security@ruby.halostatue.ca][email] with the text `mime-types`
25-
in the subject. Emails sent to this address should be encrypted using [age][age]
26-
with the following public key:
27-
28-
```
29-
age1fc6ngxmn02m62fej5cl30lrvwmxn4k3q2atqu53aatekmnqfwumqj4g93w
30-
```
23+
Alternatively, create a [private vulnerability report][advisory] with GitHub.
3124

3225
[advisory]: https://github.com/halostatue/mime-types-data/security/advisories/new
33-
[age]: https://github.com/FiloSottile/age
34-
[email]: mailto:security@ruby.halostatue.ca
3526
[tidelift]: https://tidelift.com/security

0 commit comments

Comments
 (0)