Skip to content

Commit

Permalink
overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Apr 17, 2023
1 parent 53e481c commit e868905
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Release

on:
pull_request:
release:
types:
- published
Expand All @@ -14,8 +13,7 @@ jobs:
id: tagName
run: |
TAG=${GITHUB_REF##*/}
# echo ::set-output name=tag::${TAG}
echo "tag=v1.25.5" >> $GITHUB_OUTPUT
echo "tag=$TAG" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
Expand Down Expand Up @@ -45,4 +43,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ steps.tagName.outputs.tag }} bin/envoy-*
gh release upload ${{ steps.tagName.outputs.tag }} bin/envoy-* --clobber

0 comments on commit e868905

Please sign in to comment.