Skip to content

Commit

Permalink
Add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
keybraker committed Feb 24, 2024
1 parent 6ae1705 commit 7988543
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Go Build and Release

on:
push:
tags:
- 'v*'
# on:
# push:
# tags:
# - 'v*'
on: [push]

jobs:
build:
Expand Down Expand Up @@ -42,6 +43,8 @@ jobs:
runs-on: ubuntu-latest
# if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2

- name: Fetch Tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

Expand Down

0 comments on commit 7988543

Please sign in to comment.