Skip to content

Commit 8665b17

Browse files
committed
update twitter api
1 parent 9ff0782 commit 8665b17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pack.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
env:
88
dotnet: 6.0.201
9+
version: 1.9.1
910

1011
jobs:
1112
pack:
@@ -22,9 +23,9 @@ jobs:
2223
- name: create file
2324
run: dotnet pack ToolBox/ToolBox.csproj /p:NuspecFile=${{ github.workspace }}/ToolBox/ToolBox.nuspec -o ${{ github.workspace }}/Package/ -c release
2425
- name: publish nuget on microsoft
25-
run: dotnet nuget push "${{ github.workspace }}/Package/dein.ToolBox.${{ github.event.release.tag_name:1 }}.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s "nuget" --skip-duplicate --no-symbols true
26+
run: dotnet nuget push "${{ github.workspace }}/Package/dein.ToolBox.${{ env.version }}.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s "nuget" --skip-duplicate --no-symbols true
2627
- name: publish nuget on github
27-
run: dotnet nuget push "${{ github.workspace }}/Package/dein.ToolBox.${{ github.event.release.tag_name:1 }}.nupkg" -s "github" --skip-duplicate --no-symbols true
28+
run: dotnet nuget push "${{ github.workspace }}/Package/dein.ToolBox.${{ env.version }}.nupkg" -s "github" --skip-duplicate --no-symbols true
2829

2930
tweet:
3031
needs: pack

0 commit comments

Comments
 (0)