Skip to content

Commit

Permalink
chore: increment package version
Browse files Browse the repository at this point in the history
  • Loading branch information
rvajustin committed May 31, 2023
1 parent 1d860c1 commit 12adc62
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,20 @@ jobs:
ref: main

- name: Setup .NET SDK
if: inputs.dotnet-version != ''
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'

# - name: Increment Package Version
# uses: './naborforce/capabilities-pipelines/version-bump'
# with:
# package-file: 'package.json'
# apply-files: |
# src/Rosie.Nutshell/Rosie.Nutshell.csproj
# command: 'bump'
# nuget-source-user: ${{ secrets.USER }}
# nuget-source-token: ${{ secrets.TOKEN }}
# nuget-source-url: 'https://nuget.pkg.github.com/naborforce/index.json'
- name: Increment Package Version
uses: './naborforce/capabilities-pipelines/version-bump'
with:
package-file: 'package.json'
apply-files: |
src/Rosie.Nutshell/Rosie.Nutshell.csproj
command: 'bump'
nuget-source-user: ${{ secrets.USER }}
nuget-source-token: ${{ secrets.TOKEN }}
nuget-source-url: 'https://nuget.pkg.github.com/naborforce/index.json'

# - name: Save Package Version
# uses: './naborforce/capabilities-pipelines/version-bump'
Expand Down

0 comments on commit 12adc62

Please sign in to comment.