Skip to content

Commit

Permalink
Merge pull request #15 from barnuri/actions
Browse files Browse the repository at this point in the history
Update createTagAndRelease.yaml
  • Loading branch information
barnuri authored Aug 4, 2023
2 parents 8df80fe + 193652a commit a591031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/createTagAndRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:

- name: Create Tag & Release & Upload Zip Artifact To Release
run: |
gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
gh release create "v${{ env.newTagName }}" --title "v${{ env.newTagName }}" --notes "Version ${{ env.newTagName }}" --latest --target "${{ github.sha }}"
gh release upload "v${{env.newTagName}}" ./extension.zip --clobber

0 comments on commit a591031

Please sign in to comment.