Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankatiyar authored Aug 2, 2023
1 parent 0d15fa7 commit 5a978cf
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ on:
- release-triggered

jobs:
handle-release:
build-publish:
runs-on: ubuntu-latest

steps:
- env:
VERSION: ${{ github.event.client_payload.version }}
run: echo $VERSION
- name: Print hello
run: echo "HELLO"
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{github.event.client_payload.version}}
name: ${{github.event.client_payload.version}} Starters
draft: false
prerelease: false

0 comments on commit 5a978cf

Please sign in to comment.