Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlanabrennan authored Aug 30, 2024
1 parent 5bb1ae4 commit fc93eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-site-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set package filename
run: |
echo "PACKAGE_FILENAME=zzzNA.Azure.WebSites.Extension.NA-${{matrix.arch}}.12.3.1-${{matrix.arch}}" | Out-File -FilePath $env:GITHUB_ENV -Append
echo "PACKAGE_FILENAME=zzzNA.Azure.WebSites.Extension.NA-${{matrix.arch}}.12.3.2-${{matrix.arch}}" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Verify environment vars # because we can't access GH env vars until the next step
run: |
echo "Agent version: ${{ env.AGENT_VERSION }}"
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Configure package files
working-directory: cloud-tooling/azure-site-extension
run: |
(Get-Content ${{ env.SPEC_FILE_TEMPLATE }}).Replace('{VERSION}', "12.3.1").Replace('{ARCH}', "${{ matrix.arch }}") | Set-Content ${{ env.PACKAGE_FILENAME }}.nuspec
(Get-Content ${{ env.SPEC_FILE_TEMPLATE }}).Replace('{VERSION}', "12.3.2").Replace('{ARCH}', "${{ matrix.arch }}") | Set-Content ${{ env.PACKAGE_FILENAME }}.nuspec
Write-Host "Listing all files in the current directory and subdirectories:"
Get-ChildItem -Path . -Recurse | ForEach-Object { $_.FullName }
- name: Create bundle
Expand Down

0 comments on commit fc93eda

Please sign in to comment.