Skip to content

Commit

Permalink
Update version and allow manuall workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Aug 14, 2020
1 parent 8ffefaf commit cd98364
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Draft New Release with Distributables

on:
workflow_dispatch
push:
# Sequence of patterns matched against refs/tags
tags:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emulsion"
version = "4.0.0"
version = "5.0.0"
description = "A fast and minimalistic image viewer"
repository = "https://github.com/ArturKovacs/emulsion"
authors = ["Artur Barnabas <kovacs.artur.barnabas@gmail.com>"]
Expand Down

0 comments on commit cd98364

Please sign in to comment.