Skip to content

Commit

Permalink
6.1.2 (#9)
Browse files Browse the repository at this point in the history
* asd

* 6.1.2

---------

Co-authored-by: Joshua Hegedus <jhegedus9@gmail.com>
  • Loading branch information
joshika39 and Joshua Hegedus committed Apr 12, 2023
1 parent e148bd0 commit fe3b0cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/modules-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
# pull_request:
# branches:
# - master

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
Get-ChildItem
Import-Module .\Solution\Tools\GetBuildVersion.psm1
Write-Output ($env:MESSAGE)
Write-Output (${{ github.event.head_commit.message }})
Write-Host $env:MESSAGE
$version = GetBuildVersion -VersionString $env:MESSAGE
echo "BUILD_VERSION=$version" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
Expand Down

0 comments on commit fe3b0cc

Please sign in to comment.