Update release2.yaml

This commit is contained in:
Ishaan Jaff 2024-01-04 14:05:59 +05:30 committed by GitHub
parent 0992dc831a
commit 540dc8e11b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Determine tag"
run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
- name: "Set Release Tag"
run: echo "RELEASE_TAG=${{ github.event.inputs.tag }}" >> $GITHUB_ENV
- name: "Create release"
uses: "actions/github-script@v6"