From be16f69b6b4a9123213f4e07a3379e1301714ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 07:30:32 +0000 Subject: [PATCH] build(deps): bump paulhatch/semantic-version from 5.3.0 to 5.4.0 (#9789) Bumps [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/paulhatch/semantic-version/releases) - [Commits](https://github.com/paulhatch/semantic-version/compare/v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: paulhatch/semantic-version dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nightly.yml | 60 +++++++++++++++++------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d964c20f533..88c036e9dd2 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,30 +1,30 @@ -name: nightly -on: - schedule: - - cron: '0 0 * * *' - -jobs: - publish-github-packages: - if: github.ref == 'refs/heads/main' - runs-on: ubuntu-latest - permissions: - packages: write - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - id: version - uses: paulhatch/semantic-version@v5.3.0 - with: - version_format: ${major}.${minor}.${patch}-preview.${increment} - - - uses: ./.github/actions/build - - - name: dotnet pack - run: dotnet pack -c Release /p:Version=${{ steps.version.outputs.version }} -o drop/nuget - - - name: dotnet nuget push - run: | - dotnet nuget push drop/nuget/*.nupkg --api-key "${{ secrets.GITHUB_TOKEN }}" --skip-duplicate --source https://nuget.pkg.github.com/dotnet/index.json - +name: nightly +on: + schedule: + - cron: '0 0 * * *' + +jobs: + publish-github-packages: + if: github.ref == 'refs/heads/main' + runs-on: ubuntu-latest + permissions: + packages: write + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - id: version + uses: paulhatch/semantic-version@v5.4.0 + with: + version_format: ${major}.${minor}.${patch}-preview.${increment} + + - uses: ./.github/actions/build + + - name: dotnet pack + run: dotnet pack -c Release /p:Version=${{ steps.version.outputs.version }} -o drop/nuget + + - name: dotnet nuget push + run: | + dotnet nuget push drop/nuget/*.nupkg --api-key "${{ secrets.GITHUB_TOKEN }}" --skip-duplicate --source https://nuget.pkg.github.com/dotnet/index.json +