Skip to content

Commit

Permalink
remove manual trigger and tag check on release
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed Apr 30, 2024
1 parent 3672f7c commit eb27b85
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Release

on:
workflow_dispatch:
push:
tags:
- v*
Expand Down Expand Up @@ -30,10 +29,6 @@ jobs:
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}

# Fail for non-tagged commits
- name: Tag Check
run: git describe --exact-match --tags

- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit eb27b85

Please sign in to comment.