Skip to content

Commit

Permalink
fix: asd
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-dematte-zupit committed Feb 14, 2024
1 parent d43e269 commit 433e97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ on:
type: string

jobs:
print-working-directory:
runs-on: ubuntu-latest
steps:
- name: Print working directory
run: |
echo "Working directory: ${{ inputs.WORKING_DIRECTORY }} |"
test:
uses: ./.github/workflows/test-common.yml
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
Expand All @@ -8,7 +8,7 @@

<PropertyGroup>
<PackageId>Zupit.VersionEndpoint</PackageId>
<Version>0.0.2-alpha</Version>
<Version>0.0.2.0</Version>
<Authors>Zupit Developers</Authors>
<Company>Zupit</Company>
<PackageTags>Version;Endpoint;Zupit</PackageTags>
Expand Down

0 comments on commit 433e97e

Please sign in to comment.