1 parent 97ae297 commit 8fb00c5Copy full SHA for 8fb00c5
1 file changed
.github/workflows/bump-version.yml
@@ -17,11 +17,10 @@ jobs:
17
uses: actions/checkout@v3
18
with:
19
ref: master
20
- fetch-tags: true
21
22
- name: Update version in config
23
run: |
24
- version="$(git describe --tags --abbrev=0)"
+ version="${{ github.ref_name }}"
25
sed -i "s/GRUB_BTRFS_VERSION=.*/GRUB_BTRFS_VERSION=${version}/" config
26
27
- name: Commit updated config
0 commit comments