Skip to content

Commit

Permalink
Start with version 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FriggaHel committed Mar 13, 2024
1 parent 3961ac5 commit 6fdcacb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
- name: pack artifact
run: dotnet pack .\SauceLabs.Visual\SauceLabs.Visual.csproj -c Release

# - name: publish artifact
# run: |
# $version = "${{ steps.upgrade.outputs.version }}"
# $apiKey = "${{ secrets.NUGET_API_KEY }}"
# dotnet nuget push .\SauceLabs.Visual\bin\Release\SauceLabs.Visual.$version.nupkg --api-key $apiKey --source https://api.nuget.org/v3/index.json
- name: publish artifact
run: |
$version = "${{ steps.upgrade.outputs.version }}"
$apiKey = "${{ secrets.NUGET_API_KEY }}"
dotnet nuget push .\SauceLabs.Visual\bin\Release\SauceLabs.Visual.$version.nupkg --api-key $apiKey --source https://api.nuget.org/v3/index.json
- name: Github Release
uses: softprops/action-gh-release@v2
Expand Down
2 changes: 1 addition & 1 deletion visual-dotnet/SauceLabs.Visual/SauceLabs.Visual.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<language>en-US</language>
<NeutralLanguage>en</NeutralLanguage>
<PackageId>SauceLabs.Visual</PackageId>
<Version>0.0.1</Version>
<Version>0.0.0</Version>
<Title>Sauce Labs Visual Binding</Title>
<PackageTags>saucelabs sauce labs visual testing screenshot capture dom</PackageTags>
<RepositoryUrl>https://github.com/saucelabs/visual-sdks</RepositoryUrl>
Expand Down

0 comments on commit 6fdcacb

Please sign in to comment.