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.
2 parents e97c50f + 7259d55 commit bc24e47Copy full SHA for bc24e47
moduleroot/.github/workflows/release.yml.erb
@@ -39,10 +39,10 @@ jobs:
39
ref: ${{ github.ref }}
40
clean: true
41
- name: "PDK Build"
42
- uses: docker://puppet/pdk:2.1.0.0
+ uses: docker://puppet/pdk:nightly
43
with:
44
args: 'build'
45
- name: "Push to Forge"
46
47
48
args: 'release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force'
0 commit comments