mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Merge pull request #7 from nishizhen/fix/add-permissions-to-workflow
fix: Add permissions to release workflow
This commit is contained in:
commit
303637a71b
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -48,7 +48,9 @@ jobs:
|
|||
|
||||
- name: Get version
|
||||
id: get_version
|
||||
run: echo "VERSION=$(grep -o '\"version\": \"[^\"]*' version.json | grep -o '[^"]*$')" >> $GITHUB_ENV
|
||||
run: |
|
||||
VERSION=$(grep -o '"version": "[^"]*' version.json | grep -o '[^"]*$')
|
||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||
|
||||
- name: Build release package
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user