Skip to content

Commit

Permalink
skip version for iso #patch (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
lts-po authored Oct 10, 2022
1 parent 03536d6 commit ef28178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Fetch tags
run: git fetch --tags
- name: Get version from git
run: echo "RELEASE_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
run: echo "RELEASE_VERSION_SKIP=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
- name: Set up Qemu emulation
run: ./installer/qemu-setup-linux.sh
- name: Download the image
Expand Down

0 comments on commit ef28178

Please sign in to comment.