Skip to content

Commit

Permalink
job
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin committed Oct 25, 2023
1 parent 0edb76f commit db8f1f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
GO_VERSION: 1.21
outputs:
go-version: ${{ steps.set-vars.outputs.go-version }}

steps:
- id: set-vars
run: |
Expand All @@ -34,7 +35,7 @@ jobs:

release:
name: Release
# needs: go
needs: setup
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit db8f1f8

Please sign in to comment.