Skip to content

Commit

Permalink
Update release2.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff authored Jan 4, 2024
1 parent 0992dc8 commit 540dc8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 540dc8e

Please sign in to comment.