Skip to content

Commit

Permalink
Merge pull request #20 from buty4649/need-github-token
Browse files Browse the repository at this point in the history
buty4649 authored Jun 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 337e78f + dbee80d commit f4f16d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -23,6 +23,8 @@ jobs:
- name: Build
run: rake release
- name: Create release tag
env:
GH_TOKEN: ${{ github.token }}
run: |
VERSION=$(echo ${{ github.ref }} | sed -e "s#refs/tags/##g")
echo "VERSION: ${VERSION}"

0 comments on commit f4f16d1

Please sign in to comment.