Skip to content

Commit ebcccc7

Browse files
committed
Fix release task
1 parent 0542232 commit ebcccc7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
secrets:
1717
app_id: ${{ vars.ALCHEMY_BOT_APP_ID }}
1818
app_private_key: ${{ secrets.ALCHEMY_BOT_APP_PRIVATE_KEY }}
19+
rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}

bin/rails

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
ENGINE_ROOT = File.expand_path("..", __dir__)
66
ENGINE_PATH = File.expand_path("../lib/alchemy/sentry/engine", __dir__)
7+
APP_PATH = File.expand_path("../spec/dummy/application", __dir__)
78

89
# Set up gems listed in the Gemfile.
910
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)

0 commit comments

Comments
 (0)