Skip to content

Commit f496d24

Browse files
committed
Merge branch 'main' into PH06
# Conflicts: # .github/workflows/publishPipeline.yml
2 parents 47e31d6 + 0759de6 commit f496d24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publishPipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: pozetroninc/github-action-get-latest-release@master
2020
with:
2121
repository: Star-Academy/Summer1404-SE-Team02
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2224
- name: Build library and generate NuGet Package
2325
run: dotnet pack -c Release -o artifacts -p:PackageVersion=${{ steps.version.outputs.release }}
2426
working-directory: "PH02 - InvertedIndexIR"

0 commit comments

Comments
 (0)