We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2aff4c commit 9114e04Copy full SHA for 9114e04
CHANGELOG.md
@@ -1,9 +1,15 @@
1
# Changelog
2
3
+## v0.4.3
4
+
5
+- Fix broken build
6
7
## v0.4.2
8
9
- De-sudo call to `pip`
10
11
## v0.4.1
12
13
- Deployment works if the action is making the very first deployment.
14
15
## v0.4.0
package.json
@@ -1,6 +1,6 @@
{
"name": "gigalixir-action",
- "version": "0.4.2",
+ "version": "0.4.3",
"description": "Action to deploy to gigalixir",
"main": "index.js",
"scripts": {
0 commit comments