Skip to content

Commit

Permalink
Release 2.0.1 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt authored Nov 5, 2023
1 parent 396be17 commit aab2df9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,17 @@ jobs:
name: "vs_code_extension_${{ matrix.component.name }}"
path: "src/Snippetica.VisualStudioCode.Vsix/${{ matrix.component.directoryName }}/package/*.vsix"

publish_nuget:
runs-on: ubuntu-20.04
needs: build_nuget
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
steps:
- uses: actions/download-artifact@v3
with:
name: nuget_packages
path: nuget_packages
- run: dotnet nuget push "*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json"
working-directory: nuget_packages
# publish_nuget:
# runs-on: ubuntu-20.04
# needs: build_nuget
# if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
# steps:
# - uses: actions/download-artifact@v3
# with:
# name: nuget_packages
# path: nuget_packages
# - run: dotnet nuget push "*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json"
# working-directory: nuget_packages

publish_vs_extension:
needs: build_vs_extension
Expand All @@ -166,7 +166,7 @@ jobs:
name: Publish VS extension to Marketplace
publish_vs_code_extension:
needs: build_vs_code_extensions
needs: [ pre_build, build_vs_code_extensions ]
runs-on: ubuntu-20.04
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
strategy:
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2.0.1] - 2023-11-05

## [2.0.0] - 2023-11-05

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<MoreInfo>http://github.com/JosefPihrt/Snippetica</MoreInfo>
<License>License.txt</License>
<ReleaseNotes>http://github.com/JosefPihrt/Snippetica/blob/master/ChangeLog.md</ReleaseNotes>
<Icon>Snippetica.ico</Icon>
<PreviewImage>SnippeticaPreview.png</PreviewImage>
<Icon>snippetica-logo-small.png</Icon>
<PreviewImage>snippetica-logo-large.png</PreviewImage>
<Tags>Snippet,CodeSnippet,Productivity,C#,CSharp,VB,VisualBasic,HTML,XML,XAML,C++</Tags>
</Metadata>
<Installation>
Expand Down

0 comments on commit aab2df9

Please sign in to comment.