Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjt committed Nov 15, 2023
1 parent b9f4ba1 commit 5a094c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
permissions:
id-token: write
contents: write
packages: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand All @@ -20,7 +21,7 @@ jobs:
dotnet-version: '8.0.x'
source-url: https://nuget.pkg.github.com/martinjt/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: dotnet build --configuration Release
- name: Create the package
run: dotnet pack --configuration Release -o artifacts /p:Version=${{ github.ref_name }}
Expand Down

0 comments on commit 5a094c4

Please sign in to comment.