Skip to content

Commit 9c11f5c

Browse files
github-actions[bot]xernobylgithub-actions
authored
chore: release 6.7.0 (#120)
* ci: added skip duplicate releases parameter * chore(release): 6.7.0 --------- Co-authored-by: Tiago Farto <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 292f8e0 commit 9c11f5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
19-
19+
2020
- uses: actions/github-script@v6
2121
with:
2222
script: |
@@ -27,7 +27,7 @@ jobs:
2727
// Source branch looks like this: release-1.0.0
2828
const version = context.payload.pull_request.head.ref.split('-')[1]
2929
core.exportVariable('VERSION', version)
30-
30+
3131
- name: Setup dotnet
3232
uses: actions/setup-dotnet@v2
3333
with:
@@ -37,7 +37,7 @@ jobs:
3737
run: dotnet pack --configuration Release ./src
3838

3939
- name: Publish the package
40-
run: dotnet nuget push "./src/bin/Release/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
40+
run: dotnet nuget push "./src/bin/Release/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
4141

4242
- name: Create release on GitHub
4343
uses: ncipollo/release-action@v1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [6.7.0](https://github.com/GetStream/stream-net/compare/6.6.0...6.7.0) (2023-09-19)
5+
## [6.7.0](https://github.com/GetStream/stream-net/compare/6.6.0...6.7.0) (2023-09-20)
66

77
## [6.6.0-prerelease](https://github.com/GetStream/stream-net/compare/6.5.3...6.6.0-prerelease) (2023-07-31)
88

0 commit comments

Comments
 (0)