We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725f9c8 commit e02a573Copy full SHA for e02a573
.github/workflows/publish.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
tags:
6
- "*"
7
+ branches:
8
+ - "ci/test-deploy"
9
10
jobs:
11
publish:
mix.exs
@@ -4,7 +4,7 @@ defmodule FlagsmithEngine.MixProject do
def project do
[
app: :flagsmith_engine,
- version: "2.2.1",
+ version: "2.2.1-testbuild",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
deps: deps(),
0 commit comments