Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Mar 4, 2024
1 parent aaba636 commit 28bd3ea
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- refactor-ci-workflow
tags:
- v*
pull_request:
Expand Down Expand Up @@ -124,7 +125,7 @@ jobs:
release:
name: Release
needs: [build, test, docker]
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v')
permissions:
contents: write
runs-on: ubuntu-latest
Expand All @@ -134,8 +135,10 @@ jobs:
with:
name: goxz
path: goxz
- name: Create release
uses: ncipollo/release-action@v1
with:
name: Release ${{ github.ref_name }}
artifacts: goxz/*
- name: Check
run: ls -al goxz
# - name: Create release
# uses: ncipollo/release-action@v1
# with:
# name: Release ${{ github.ref_name }}
# artifacts: goxz/*

0 comments on commit 28bd3ea

Please sign in to comment.