Skip to content

Commit

Permalink
I am an idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 22, 2023
1 parent f74953f commit b0631cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ jobs:
$user = $Env:CLIENT_ID
$password = ConvertTo-SecureString $Env:CLIENT_SECRET -AsPlainText -Force
$Cred = New-Object System.Management.Automation.PSCredential($user, $password)
$sub = New-ApplicationSubmission -AppId 9P61S67DVWM2 -Force
Set-StoreBrokerAuthentication -TenantId ${{ secrets.MS_TENANT_ID }} -Credential $Cred
$sub = New-ApplicationSubmission -AppId 9P61S67DVWM2 -Force
$sub = New-ApplicationSubmission -AppId 9P61S67DVWM2 -Force
$json = (Get-Content .\submission.json -Encoding UTF8) | ConvertFrom-Json
Set-ApplicationSubmission -AppId $appId -UpdatedSubmission $sub
Set-SubmissionPackage -PackagePath Tonbrett.msix -UploadUrl ($sub.fileUploadUrl)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.14.9"
version = "1.14.10"

repositories {
mavenCentral()
Expand Down

0 comments on commit b0631cc

Please sign in to comment.