2
0

fix(gha): Add version to craft-action

This commit is contained in:
Burak Yigit Kaya 2020-06-14 17:36:53 +03:00
parent 8c7b633b90
commit cfaa368306
No known key found for this signature in database
GPG Key ID: C2F03C406631065D

View File

@ -7,7 +7,7 @@ jobs:
name: "Release a new version" name: "Release a new version"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: getsentry/craft-action - uses: getsentry/craft-action@master
with: with:
action: prepare action: prepare
version: ${{ github.event.client_payload.version }} version: ${{ github.event.client_payload.version }}