Skip to content

Commit

Permalink
FEAT: CI/CD Releases
Browse files Browse the repository at this point in the history
- added binaries workflow

Signed-off-by: Aternus <kiril@atern.us>
  • Loading branch information
Aternus committed Mar 19, 2024
1 parent c2d4fb7 commit b1dae00
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/release.yml
Expand Up @@ -33,14 +33,13 @@ jobs:
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: 'Debug'
continue-on-error: true
run: |
git config --list
git config --get user.name
git config --get user.email
npm whoami
echo ${{ github.ref_name }}
# - name: 'Debug'
# run: |
# git config --list
# git config --get user.name
# git config --get user.email
# npm whoami
# echo ${{ github.ref_name }}
- name: 'Upload Linux Binary'
uses: 'actions/upload-release-asset@v1'
with:
Expand Down

0 comments on commit b1dae00

Please sign in to comment.