fix varname typos in the workflow

This commit is contained in:
flameshikari
2024-07-15 00:35:38 +05:00
parent 2724433798
commit 66d44a4d3d
+5 -5
View File
@@ -5,7 +5,7 @@ on:
branches:
- master
workflow_dispatch:
env:
REGISTRY: ghcr.io
@@ -65,11 +65,11 @@ jobs:
cache-to: type=gha,mode=max
tags:
${{ steps.meta.outputs.tags }}
- name: Create Release
uses: softprops/action-gh-release@v2
with:
name: ${{ env.version }}
tag_name: ${{ env.version }}
body: "[Изменения в ${{ env.version }}](https://github.com/outline/outline/releases/tag/v${{ env.version }})"
name: ${{ env.VERSION }}
tag_name: ${{ env.VERSION }}
body: "[Изменения в ${{ env.VERSION }}](https://github.com/outline/outline/releases/tag/v${{ env.VERSION }})"
token: ${{ secrets.TOKEN }}