Skip to content

Commit

Permalink
Release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aisrael committed Jun 1, 2023
1 parent 6cbf6f4 commit 7ca69e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Release

on:
push:
branches:
- main
tags:
- "*"

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -16,6 +16,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
prerelease: true
tag_name: ${{ github.ref_name }}
files: |
target/release/ghctl

0 comments on commit 7ca69e5

Please sign in to comment.