Skip to content

Commit

Permalink
use initia-labs/actions/create-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeUkKim committed Nov 5, 2024
1 parent ed177f4 commit 5b7d6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version=$(echo '${{ github.event.head_commit.message }}' | egrep -o '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}')
echo "version=v$version" >> $GITHUB_OUTPUT
- name: create release
uses: actions/create-release@v1
uses: initia-labs/actions/create-release@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 5b7d6b0

Please sign in to comment.