mirror of
https://github.com/flameshikari/outline-ru.git
synced 2026-08-03 13:27:09 +03:00
fix varname typos in the workflow
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user