Skip to content

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlanabrennan authored Aug 28, 2024
1 parent 0bbe17c commit efb209f
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.12.3.3-${{ matrix.arch }}" | Out-File -FilePath $env:GITHUB_ENV -Append
echo "PACKAGE_FILENAME=zzzNA.Azure.WebSites.Extension.NA.12.3.4-${{ 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.3").Replace('{ARCH}', "${{ matrix.arch }}") | Set-Content ${{ env.PACKAGE_FILENAME }}.nuspec
(Get-Content ${{ env.SPEC_FILE_TEMPLATE }}).Replace('{VERSION}', "12.3.4").Replace('{ARCH}', "${{ matrix.arch }}") | Set-Content ${{ env.PACKAGE_FILENAME }}.nuspec
- name: Create bundle
working-directory: cloud-tooling/azure-site-extension
run: nuget pack "${{ env.PACKAGE_FILENAME }}.nuspec"
Expand Down

0 comments on commit efb209f

Please sign in to comment.