We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47e31d6 + 0759de6 commit f496d24Copy full SHA for f496d24
.github/workflows/publishPipeline.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: pozetroninc/github-action-get-latest-release@master
20
with:
21
repository: Star-Academy/Summer1404-SE-Team02
22
+ env:
23
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
- name: Build library and generate NuGet Package
25
run: dotnet pack -c Release -o artifacts -p:PackageVersion=${{ steps.version.outputs.release }}
26
working-directory: "PH02 - InvertedIndexIR"
0 commit comments