We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5b75f commit 33d413dCopy full SHA for 33d413d
.github/workflows/auto_release.yml
@@ -56,6 +56,10 @@ jobs:
56
echo STEP_ID="auto_release" >> $GITHUB_ENV
57
echo STEP_START=$(date +%s) >> $GITHUB_ENV
58
59
+ - name: Append PDK to Gemfile
60
+ run: |
61
+ echo "gem 'pdk'" >> Gemfile
62
+
63
- name: Bundler Setup
64
run: |
65
buildevents cmd $TRACE_ID $STEP_ID 'bundle config path vendor/gems' -- bundle config path vendor/gems
0 commit comments