Skip to content

Commit

Permalink
update goreleaser actio
Browse files Browse the repository at this point in the history
  • Loading branch information
husseinferas committed Jan 19, 2023
1 parent d2d3111 commit 8f26093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "master"
- "test-github-action"
tags:
- "v*.*.*"

Expand All @@ -18,9 +19,8 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
Expand Down

0 comments on commit 8f26093

Please sign in to comment.