Skip to content

Commit

Permalink
Merge pull request #52 from oasysgames/fix/add_dir_for_testing
Browse files Browse the repository at this point in the history
fix: version increment logic
  • Loading branch information
kazuma-mishima-arsaga authored Sep 29, 2023
2 parents 50800ac + e5dcb21 commit 4a2ee34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
fi
echo "tag_name=$NEW_TAG" >> $GITHUB_ENV
echo "::set-output name=target_tag_name::${{ env.tag_name }}"
- name: Use computed tag
run: |
Expand All @@ -112,8 +111,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.target_tag_name }}
release_name: Release ${{ env.target_tag_name }}
tag_name: ${{ env.tag_name }}
release_name: Release ${{ env.tag_name }}
draft: true
prerelease: false

Expand Down

0 comments on commit 4a2ee34

Please sign in to comment.