Skip to content

Commit

Permalink
💚 Not sure but I think its failing because of the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Mar 29, 2024
1 parent 1e6cf4a commit e14bdf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
- uses: mukunku/[email protected]
id: check_tag
with:
tag: steps.current_version.version
tag: '${{ steps.current_version.version }}'
- uses: marvinpinto/action-automatic-releases@latest
if: steps.check_tag.outputs.exists == 'false'
with:
repo_token: secrets.GITHUB_TOKEN
automatic_release_tag: steps.current_version.version
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: '${{ steps.current_version.version }}'
prerelease: false
files: ./apps/cli/zig-out/*

0 comments on commit e14bdf4

Please sign in to comment.