Skip to content

Commit eabf2ea

Browse files
author
carabasdaniel
authored
Merge pull request #318 from pmcmaw/use_pdk2.2.0.0_for_release
Using pdk 2.1.0.0 tagged version for releasing
2 parents c55f493 + d6a5cd5 commit eabf2ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff 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.1.0.0
4242
with:
4343
args: 'build'
4444
- name: "Push to Forge"
45-
uses: docker://puppet/pdk:nightly
45+
uses: docker://puppet/pdk:2.1.0.0
4646
with:
4747
args: 'release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force'

0 commit comments

Comments
 (0)