Skip to content

Commit

Permalink
working to fix publish 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Jan 29, 2024
1 parent b7ef948 commit 7f614d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:

- name: Checkout
uses: actions/checkout@v3
with:
ref: fix-1.2.0-release

- name: Create_Release
if: contains(github.ref, '/tags/')
run: |
cd modules/tgsql
../../gradlew -i distZip
Expand All @@ -36,4 +37,4 @@ jobs:
gh release create ${TANZAWA_VERSION} modules/tgsql/cli/build/distributions/tgsql-${TANZAWA_VERSION}.zip --title ${TANZAWA_VERSION} --latest --repo project-tsurugi/tanzawa
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TANZAWA_VERSION: ${{ github.ref_name }}
TANZAWA_VERSION: 1.2.0

0 comments on commit 7f614d6

Please sign in to comment.