Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying committed Sep 18, 2020
2 parents 1ab961f + bb8c6b9 commit b6e8df1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@master
- name: Create a Sentry.io release
uses: discordextremelist/[email protected].2
uses: discordextremelist/[email protected].3
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: discord-extreme-list
SENTRY_ORG: delly
SENTRY_PROJECT: lgbt-website
with:
tagName: ${{ github.ref }}
Expand Down
9 changes: 6 additions & 3 deletions htmlReference.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"tr",
"th",
"td",
"pre"
"pre",
"span"
],
"attributes": {
"a": ["href", "target", "rel"],
Expand Down Expand Up @@ -76,7 +77,8 @@
"pre",
"iframe",
"style",
"link"
"link",
"span"
],
"attributes": {
"*": [
Expand Down Expand Up @@ -151,7 +153,8 @@
"style",
"script",
"noscript",
"link"
"link",
"span"
],
"attributes": false
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "del-lgbt-website",
"version": "1.0.4-Release",
"version": "v1.0.6-Release",
"description": "Discord Extreme List, Discord's unbiased list! Official source code for the DEL v5 website!",
"main": "dist/src/app.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion release-info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v1.0.4-Release",
"version": "v1.0.6-Release",
"channel": "Release",
"cssVersion": "f5636e4bdfe55e3a89f80a16129b0c2c"
}

0 comments on commit b6e8df1

Please sign in to comment.