Skip to content

Commit

Permalink
revert: intel changes (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Llandy3d authored Jan 16, 2025
1 parent 954e3dc commit 05526a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 49 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,7 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ env.SENTRY_ORG }}
SENTRY_PROJECT: ${{ env.SENTRY_PROJECT }}
run: |
# on macos we also build the x64 app separately
if [ "${{ runner.os }}" == "macOS" ]; then
npm run publish -- --arch=x64
fi
npm run publish
run: npm run publish

- name: cleanup macos certificates
if: startsWith(matrix.platform, 'macos-')
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.11.0"
".": "0.10.0"
}
38 changes: 0 additions & 38 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "k6-studio",
"productName": "k6 Studio",
"version": "0.11.0",
"version": "0.10.0",
"description": "k6 Studio",
"repository": "github:grafana/k6-studio",
"main": ".vite/build/main.js",
Expand Down

0 comments on commit 05526a1

Please sign in to comment.