Skip to content

Commit

Permalink
Skip CI on 2nd push
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Oct 23, 2023
1 parent bc933c2 commit 1e3afae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name 'Shaun Lawrie (via GitHub Actions)'
git config --global user.email '[email protected]'
git add PwshSpectreConsole/PwshSpectreConsole.psd1
git commit -m "Bump version to $newVersion"
git commit -m "[skip ci] Bump version to $newVersion"
git push
- name: Deploy Package
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion PwshSpectreConsole/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function Install-SpectreConsole {
[string] $Version
)

New-Item -Path $libPath -ItemType "Directory" -Force | Out-Null
New-Item -Path $InstallLocation -ItemType "Directory" -Force | Out-Null

$libPath = Join-Path $InstallLocation "Spectre.Console"
New-Item -Path $libPath -ItemType "Directory" -Force | Out-Null
Expand Down

0 comments on commit 1e3afae

Please sign in to comment.