Skip to content

Commit

Permalink
👷 Make release
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Mar 29, 2024
1 parent bbd5401 commit 1e6cf4a
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,10 @@ jobs:
id: check_tag
with:
tag: steps.current_version.version
- name: Archive production artifacts
- uses: marvinpinto/action-automatic-releases@latest
if: steps.check_tag.outputs.exists == 'false'
uses: actions/upload-artifact@v4
with:
name: bin
path: ./apps/cli/zig-out/*
# - 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
# prerelease: false
# files: ./apps/cli/zig-out/*
repo_token: secrets.GITHUB_TOKEN
automatic_release_tag: steps.current_version.version
prerelease: false
files: ./apps/cli/zig-out/*

0 comments on commit 1e6cf4a

Please sign in to comment.