Skip to content

Commit c5392f0

Browse files
committed
ci automation
1 parent a4e2ac2 commit c5392f0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Publish Module
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
publish-module:
8+
name: Publish Module
9+
uses: PowerShellLibrary/.github/.github/workflows/publish-module.yml@master
10+
secrets: inherit

Fake-UserAgent/Fake-UserAgent.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
@{
33
RootModule = 'Fake-UserAgent.psm1'
4-
ModuleVersion = '0.2.0'
4+
ModuleVersion = '0.3.0'
55
GUID = 'ef6d1c27-66ac-4f6c-8cc6-2bbae0f24543'
66
Author = 'Alan Plocieniak'
77
CompanyName = 'Alan Plocieniak'

0 commit comments

Comments
 (0)