Skip to content

Commit d41bde7

Browse files
authored
Merge pull request #517 from voxpupuli/modulesync
modulesync 9.4.0
2 parents 5814dee + e549bef commit d41bde7

File tree

4 files changed

+24
-14
lines changed

4 files changed

+24
-14
lines changed

.github/workflows/prepare_release.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
# Managed by modulesync - DO NOT EDIT
3+
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4+
5+
name: 'Prepare Release'
6+
7+
on:
8+
workflow_dispatch:
9+
inputs:
10+
version:
11+
description: 'Module version to be released. Must be a valid semver string without leading v. (1.2.3)'
12+
required: false
13+
14+
jobs:
15+
release_prep:
16+
uses: 'voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@v3'
17+
with:
18+
version: ${{ github.event.inputs.version }}
19+
allowed_owner: 'voxpupuli'
20+
secrets:
21+
# Configure secrets here:
22+
# https://docs.github.com/en/actions/security-guides/encrypted-secrets
23+
github_pat: '${{ secrets.PCCI_PAT_RELEASE_PREP }}'

.github/workflows/release.yml

-7
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,3 @@ jobs:
2121
# https://docs.github.com/en/actions/security-guides/encrypted-secrets
2222
username: ${{ secrets.PUPPET_FORGE_USERNAME }}
2323
api_key: ${{ secrets.PUPPET_FORGE_API_KEY }}
24-
25-
create-github-release:
26-
name: Create GitHub Release
27-
runs-on: ubuntu-latest
28-
steps:
29-
- name: Create GitHub release
30-
uses: voxpupuli/gha-create-a-github-release@v1

.msync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Managed by modulesync - DO NOT EDIT
33
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44

5-
modulesync_config_version: '9.3.0'
5+
modulesync_config_version: '9.4.0'

.vscode/extensions.json

-6
This file was deleted.

0 commit comments

Comments
 (0)