Skip to content

Commit 5fab359

Browse files
authored
Update publish.yml
1 parent 3bcd9f6 commit 5fab359

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: publish
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- '*'
86
tags:
97
- '*'
108

@@ -41,9 +39,7 @@ jobs:
4139
# Pack the NuGet package
4240
- name: Create NuGet package
4341
run: |
44-
Get-ChildItem -Path .\
4542
dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
46-
Get-ChildItem -Path .\nupkgs\
4743
4844
# # Publish to NuGet.org
4945
# - name: Push to NuGet
@@ -54,7 +50,6 @@ jobs:
5450
- name: Get Package Version
5551
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
5652
run: |
57-
pwd
5853
$version = [system.diagnostics.fileversioninfo]::getversioninfo("Flow.Launcher.Localization\bin\Release\netstandard2.0\Flow.Launcher.Localization.dll").productversion
5954
echo "release_version=$version" | out-file -filepath $env:github_env -encoding utf-8 -append
6055

0 commit comments

Comments
 (0)