Skip to content

Commit

Permalink
ci: testing tag release #major
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi-amao-devop committed Aug 6, 2024
1 parent f13c2df commit 824fcc7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
- name: Bump version and push tag
id: tag_version
uses: anothrNick/github-tag-action@v1
env:
WITH_V: true
- name: Release
uses: softprops/action-gh-release@v2
with:
tag_name: v0.0.5
tag_name: ${{ steps.tag_version.outputs.new_tag }}

0 comments on commit 824fcc7

Please sign in to comment.