Skip to content

Commit

Permalink
Release v0.0.1 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
happytreees committed Jun 11, 2024
1 parent cc31391 commit c05d971
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
pattern="^Release v[0-9]+.[0-9]+.[0-9]+ #(minor|major|patch)$"
if [[ "${{ github.event.head_commit.message }}" =~ ${pattern} ]]; then
echo ::set-output name=match::true
echo match=true >> $GITHUB_OUTPUT
fi
create-tag:
runs-on: ubuntu-latest
Expand All @@ -45,11 +45,11 @@ jobs:
needs: create-tag
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Run GoReleaser
Expand Down

0 comments on commit c05d971

Please sign in to comment.