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