We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54fbeb commit 40f49aaCopy full SHA for 40f49aa
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
VERSION_OLD: ${{ steps.set-vars.outputs.VERSION_OLD }}
47
IMAGE: ${{ steps.set-vars.outputs.IMAGE }}
48
GHC_VERSION: ${{ steps.set-ghc-version.outputs.GHC_VERSION }}
49
- UBUNTU_VERSION: ${{ steps.set-ghc-version.outputs.OS_VERSION }}
+ UBUNTU_VERSION: ${{ steps.set-ghc-version.outputs.UBUNTU_VERSION }}
50
steps:
51
# if this plugin is bad we just override it
52
# - name: Bump version and push tag
0 commit comments