File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 persist-credentials : false
3838
3939 - name : " PDK Release prep"
40- uses : docker://puppet/iac_release:ci
40+ uses : docker://puppet/pdk:2.6.1.0
4141 with :
4242 args : ' release prep --force'
4343 env :
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
3838 ref : ${{ github.ref }}
3939 clean : true
4040 - name : " PDK Build"
41- uses : docker://puppet/pdk:nightly
41+ uses : docker://puppet/pdk:2.6.1.0
4242 with :
4343 args : ' build'
4444 - name : " Push to Forge"
45- uses : docker://puppet/pdk:nightly
45+ uses : docker://puppet/pdk:2.6.1.0
4646 with :
4747 args : ' release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force'
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ spec/spec_helper.rb:
3131.github/workflows/auto_release.yml :
3232 unmanaged : true
3333.github/workflows/release.yml :
34- unmanaged : false
34+ unmanaged : true
You can’t perform that action at this time.
0 commit comments