Skip to content

Commit

Permalink
fix: Update pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfosp committed Jan 27, 2025
1 parent 584311b commit e6c72ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Extract and format release version
run: |
echo "Extracting version from Semantic Release output"
RELEASE_VERSION="${{ steps.semantic_release.outputs.version }}"
RELEASE_VERSION="${{ steps.semantic_release.outputs.nextRelease.version }}"
CLEANED_VERSION="${RELEASE_VERSION#v}"
echo "NEXT_VERSION=$CLEANED_VERSION" >> $GITHUB_ENV
echo "Formatted version CLEANED_VERSION: $CLEANED_VERSION"
Expand Down
8 changes: 1 addition & 7 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
]
}
],
"@semantic-release/github",
[
"@semantic-release/exec",
{
"successCmd": "echo v${nextRelease.version} > version"
}
]
"@semantic-release/github"
]
}

0 comments on commit e6c72ca

Please sign in to comment.