Skip to content

Commit

Permalink
Try releasing 0.0.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
sakhnik committed Apr 13, 2021
1 parent 6799d75 commit 08be1ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pre-release-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-mingw.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "pre-release"
name: "release"
on:
push:
tags:
Expand Down Expand Up @@ -34,7 +34,6 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
files: |
LICENSE
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)
project(nvim-sdl2)

set(VERSION 0.0.1-rc)
set(VERSION 0.0.1-rc1)

find_package(Threads)
find_package(PkgConfig REQUIRED)
Expand Down

0 comments on commit 08be1ee

Please sign in to comment.