Skip to content

Commit 9a6c677

Browse files
committed
fix: attempt to fix ci/cd 2
1 parent 2379be3 commit 9a6c677

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
- name: Build
3333
run: dotnet build --configuration Release --verbosity minimal
3434
- name: Publish to NuGET
35-
run: ./publish.sh
35+
run: |
36+
chmod +x ./publish.sh
37+
./publish.sh
3638
if: startsWith( github.ref, 'refs/tags/')
3739
env:
3840
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 commit comments

Comments
 (0)