Skip to content

Commit

Permalink
ci: update outputs
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
  • Loading branch information
AliSajid committed May 14, 2024
1 parent 4e11171 commit f96583d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_github_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ jobs:
with:
fetch-tags: true
- name: Get most recent tag
id: get_tag
run: echo "TAG_VERSION=$(git describe --tags --abbrev=0)" >> "$GITHUB_ENV"
- name: Create Release
id: create_release
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
echo "Creating release for tag $TAG_VERSION"
gh release create $TAG_VERSION --title "Release $TAG_VERSION" --notes "Release $TAG_VERSION" --target devel
gh release create $TAG_VERSION --title "Release $TAG_VERSION" --notes "Release $TAG_VERSION" --target ${{ github.ref }}
create_release_artifacts:
needs: [create-release]
strategy:
Expand Down

0 comments on commit f96583d

Please sign in to comment.