Skip to content

Commit

Permalink
fix(cd): tag workflow (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleF83 authored Apr 1, 2024
1 parent c4b2751 commit f338146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Login to GHCR
uses: docker/login-action@v3
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
working-directory: src
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
dotnet-version: '7.0'
dotnet-version: '8.0'
ui-url: https://raw.githubusercontent.com/DuendeSoftware/IdentityServer.Quickstart.UI/main/getmain.sh
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f338146

Please sign in to comment.