Skip to content

Commit

Permalink
Add tags to action.yml (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-one authored Nov 11, 2024
1 parent c3f8929 commit 6d4de57
Show file tree
Hide file tree
Showing 8 changed files with 33,022 additions and 7,798 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:

- name: Set MyProject.csproj version
id: update
uses: vers-one/dotnet-project-version-updater@v1.6
uses: vers-one/dotnet-project-version-updater@v1.7
with:
file: "src/MyProject.csproj"
version: ${{ github.event.inputs.version }}
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:

- name: Set project versions
id: update
uses: vers-one/dotnet-project-version-updater@v1.6
uses: vers-one/dotnet-project-version-updater@v1.7
with:
file: |
"**/*.csproj", "**/*.nuspec", "**/AssemblyInfo.cs"
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
- name: Bump build version
id: bump
uses: vers-one/dotnet-project-version-updater@v1.6
uses: vers-one/dotnet-project-version-updater@v1.7
with:
file: "src/MyProject.csproj"
version: bump-build
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ inputs:
version:
description: "New version"
required: true
tags:
description: "Comma-separated list of version tags to process"
required: false
outputs:
oldVersion:
description: "Version found in the file before the update"
Expand Down
Loading

0 comments on commit 6d4de57

Please sign in to comment.