Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
7f742762
Commit
7f742762
authored
May 10, 2024
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip ci] disable upload source map workflow
parent
4da9af0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
pre-release.yml
.github/workflows/pre-release.yml
+3
-0
release.yml
.github/workflows/release.yml
+3
-0
No files found.
.github/workflows/pre-release.yml
View file @
7f742762
...
...
@@ -55,7 +55,10 @@ jobs:
label_description
:
Tasks in pre-release right now
secrets
:
inherit
# Temporary disable this step because it is broken
# There is an issue with building web3modal deps
upload_source_maps
:
name
:
Upload source maps to Sentry
if
:
false
uses
:
'
./.github/workflows/upload-source-maps.yml'
secrets
:
inherit
.github/workflows/release.yml
View file @
7f742762
...
...
@@ -81,8 +81,11 @@ jobs:
with
:
platforms
:
linux/amd64,linux/arm64/v8
# Temporary disable this step because it is broken
# There is an issue with building web3modal deps
upload_source_maps
:
name
:
Upload source maps to Sentry
if
:
false
needs
:
publish_image
uses
:
'
./.github/workflows/upload-source-maps.yml'
secrets
:
inherit
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment