Skip to content

Commit

Permalink
5.18.9-200
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade authored Jul 14, 2022
1 parent e7d7c65 commit 1263212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

- name: "Get version"
id: get_version
run: echo ::set-output name=VERSION::$(echo ${{ github.event.head_commit.message }} | tr -d ' [rel]')
run: echo ::set-output name=VERSION::$(echo ${{ github.event.head_commit.message }} | sed 's/ \[rel\]//')

- name: "Checkout"
uses: actions/checkout@v3
Expand Down

0 comments on commit 1263212

Please sign in to comment.