Skip to content

Commit

Permalink
Update publishing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg authored Oct 4, 2023
1 parent 6f2723c commit 486f2aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference/extending/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ An action takes input parameters, listed as key-value pairs. In a workflow scrip

```
- name: Publish VL Nuget
uses: vvvv/PublishVLNuget@1.0.29
uses: vvvv/PublishVLNuget@1.0.42
with:
csproj: src\VL.MyLib.csproj
nuspec: deployment\VL.MyLib.nuspec
Expand Down Expand Up @@ -87,7 +87,7 @@ Please note that you have to set the `icon-dst` input parameter to an already ex
```
(...)
- name: Publish VL Nuget
uses: vvvv/PublishVLNuget@1.0.29
uses: vvvv/PublishVLNuget@1.0.42
with:
(...)
icon-src: https://wwww.url.to/nugeticon.png
Expand All @@ -101,7 +101,7 @@ In your action, set the icon destination to the root of the repo :
```
(...)
- name: Publish VL Nuget
uses: vvvv/PublishVLNuget@1.0.29
uses: vvvv/PublishVLNuget@1.0.42
with:
(...)
icon-src: https://wwww.url.to/nugeticon.png
Expand Down Expand Up @@ -229,7 +229,7 @@ Now that everything is setup, we can add our action and fill its parameters acco

```
- name: Publish VL Nuget
uses: vvvv/PublishVLNuget@1.0.29
uses: vvvv/PublishVLNuget@1.0.42
with:
csproj: src\VL.MyLib.csproj
nuspec: deployment\VL.MyLib.nuspec
Expand Down

0 comments on commit 486f2aa

Please sign in to comment.