Skip to content

Commit

Permalink
Merge pull request #5792 from sgillespie/release/8.10.1-pre
Browse files Browse the repository at this point in the history
Fix: wrong character in GHA build workflow
  • Loading branch information
disassembler committed Apr 22, 2024
2 parents c75c4c9 + 6ad603f commit 661ae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:

- name: Create Release Tag
id: create_release_tag
run:
run: |
echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
- name: Create Release
Expand Down

0 comments on commit 661ae3e

Please sign in to comment.