Skip to content

Commit dbfea4b

Browse files
Merge pull request #389 from carabasdaniel/fixreleaseprep
Fix missing PDK dependency for auto_release workflow
2 parents fc5b75f + 33d413d commit dbfea4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/auto_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
echo STEP_ID="auto_release" >> $GITHUB_ENV
5757
echo STEP_START=$(date +%s) >> $GITHUB_ENV
5858
59+
- name: Append PDK to Gemfile
60+
run: |
61+
echo "gem 'pdk'" >> Gemfile
62+
5963
- name: Bundler Setup
6064
run: |
6165
buildevents cmd $TRACE_ID $STEP_ID 'bundle config path vendor/gems' -- bundle config path vendor/gems

0 commit comments

Comments
 (0)