Skip to content

Commit

Permalink
Actions: tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dissoupov committed Apr 29, 2024
1 parent c65a700 commit e1473e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/settag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Fetch History
run: git fetch --prune --unshallow

- name: Fetch History
run: git fetch --prune --unshallow

- name: set-tag
run: |
if [ -z "${{ github.event.inputs.tag }}" ]; then
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
- name: Fetch History
run: git fetch --prune --unshallow

- name: Setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit e1473e2

Please sign in to comment.