Skip to content

Commit

Permalink
FIX CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-domenichini committed Jan 11, 2024
1 parent ce7083b commit d5152ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: Print Tag Name
run: echo "Creating release for Tag $(basename ${{ github.ref }}"
run: echo "Creating release for Tag $(basename ${{ github.ref }})"
- name: Set Version variable
id: version
run: echo "::set-output name=PRODUCT_VERSION::$(basename ${{ github.ref }}"
run: echo "::set-output name=PRODUCT_VERSION::$(basename ${{ github.ref }})"
- uses: actions/checkout@v3
- name: Setup .NET6
uses: actions/setup-dotnet@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: Print Tag Name
run: echo "Creating release for Tag $(basename ${{ github.ref }}"
run: echo "Creating release for Tag $(basename ${{ github.ref }})"
- name: Set Version variable
id: version
run: echo "::set-output name=PRODUCT_VERSION::$(basename ${{ github.ref }}"
run: echo "::set-output name=PRODUCT_VERSION::$(basename ${{ github.ref }})"
- uses: actions/checkout@v3
- name: Setup .NET6
uses: actions/setup-dotnet@v2
Expand Down

0 comments on commit d5152ac

Please sign in to comment.