Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-30 12:32:20 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-30 12:32:20 +0300
commit07593357787e8b2a93a1544db441f58ff513c854 (patch)
treef14e1b9fcfc9aa42b263f8cac3cc310098f5aa39
parent7941c7e6d89ec4eb1025cd2ba2fd97e146a8c859 (diff)
Pipeline
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0cfb40f..7adbf15 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- tag_name: ${{ github.head_ref || github.ref_name }}
+ tag: ${{ github.head_ref || github.ref_name }}
commit: master
name: Release ${{ github.head_ref || github.ref_name }}
draft: true