Skip to content

Commit

Permalink
Release/testing (#2)
Browse files Browse the repository at this point in the history
* v6.3.6

* Revert "v6.3.6"

This reverts commit 5ffe696.

* v6.3.5

* testing release workflow-1

* testing release workflow-1

* testing release workflow-1

* testing release workflow-1
  • Loading branch information
ravi-kumar-pilla committed Aug 15, 2023
1 parent 2cee81d commit f8d2305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.10'

- name: Extract release notes from ${{needs.check-version.outputs.package_name}}/RELEASE.md
id: extract
run: |
Expand All @@ -65,8 +65,8 @@ jobs:
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{needs.check-version.outputs.package_name}}-${{needs.check-version.outputs.package_version}}
name: ${{needs.check-version.outputs.package_name}}-${{needs.check-version.outputs.package_version}}
tag_name: v${{needs.check-version.outputs.package_version}}
name: v${{needs.check-version.outputs.package_version}}
body_path: release_body.txt
draft: false
prerelease: false
Expand Down

0 comments on commit f8d2305

Please sign in to comment.