Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itzmanish committed Sep 15, 2024
1 parent 981360c commit d59d6f3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Release

name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -18,10 +16,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Semantic Release
uses: go-semantic-release/action@v1
go-version: 1.21
- uses: go-semantic-release/action@v1
with:
hooks: goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d59d6f3

Please sign in to comment.