Skip to content

Commit 0cbeea6

Browse files
authored
Merge pull request #11 from astar-development/features/target-package-to-correct-project
tested locally and is correct but paths may be different
2 parents 52722d4 + d7352b4 commit 0cbeea6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
build:
11+
if: startsWith(github.ref, 'refs/tags/v') && github.ref == 'refs/heads/main'
1112
runs-on: ubuntu-latest
1213

1314
steps:
@@ -30,3 +31,4 @@ jobs:
3031

3132
- name: 🚀 Publish to NuGet.org
3233
run: dotnet nuget push ./nupkg/*.nupkg --skip-duplicate --source https://int.nugettest.org/v3.index.json # https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
34+

0 commit comments

Comments
 (0)