Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Some tweaks to the name of the releases
Browse files Browse the repository at this point in the history
  • Loading branch information
FokaStudio committed Sep 10, 2021
1 parent 2223030 commit ce7b302
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
commitmsg: ${{ github.sha }}
commit: ${{ github.sha }}
commitmsg: ${{ github.event.head_commit.message }}
steps:
- name: checkout
uses: actions/checkout@v2
Expand All @@ -19,5 +20,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "pack.zip"
tag: rp-${{ env.commitmsg }}
tag: rp-${{ env.commit }}
name: ${{ env.commit }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ce7b302

Please sign in to comment.